« get me outta code hell

css: fix thing-name-tooltip wrapping - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
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
commit264c086fcc5c13257f17cc169e9077d2451d9823 (patch)
tree6a2919e826d477ac4fb6e64f7f7b692b1964d561 /src/static
parent7cf04ff2deb4401ac9ab8d0b305658e6ac740c7e (diff)
css: fix thing-name-tooltip wrapping
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 0e77a6e..8b87fd2 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 {