From 264c086fcc5c13257f17cc169e9077d2451d9823 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 13 Jan 2024 22:13:41 -0400 Subject: css: fix thing-name-tooltip wrapping --- src/static/site6.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/static/site6.css b/src/static/site6.css index 0e77a6e6..8b87fd2b 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -565,6 +565,11 @@ li:not(:first-child:last-child) .tooltip, .thing-name-tooltip { padding: 3px 4px 2px 2px; left: -6px !important; + + /* Terrifying? + * https://stackoverflow.com/a/64424759/4633828 + */ + margin-right: -120px; } .icons-tooltip .tooltip-content { @@ -584,8 +589,6 @@ li:not(:first-child:last-child) .tooltip, .thing-name-tooltip .tooltip-content { padding: 3px 4.5px; - white-space: nowrap; - max-width: 120px; } .icons { -- cgit 1.3.0-6-gf8a5