diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 22:13:41 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 22:19:30 -0400 |
commit | 264c086fcc5c13257f17cc169e9077d2451d9823 (patch) | |
tree | 6a2919e826d477ac4fb6e64f7f7b692b1964d561 | |
parent | 7cf04ff2deb4401ac9ab8d0b305658e6ac740c7e (diff) |
css: fix thing-name-tooltip wrapping
-rw-r--r-- | src/static/site6.css | 7 |
1 files changed, 5 insertions, 2 deletions
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 { |