« get me outta code hell

content: gTIPOtherReleaseTooltip: don't squeeze relative date - 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>2026-01-11 08:09:21 -0400
committer(quasar) nebula <qznebula@protonmail.com>2026-01-11 08:09:21 -0400
commit2c79e815f2e6ed2bee47d6b8f5bb7fcced711a27 (patch)
tree9283db565589d127f5727c69224a2d9ae924e6fb /src/static
parent235daf0b24c9c4fe7977c3b861f65f22381690a8 (diff)
content: gTIPOtherReleaseTooltip: don't squeeze relative date
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 9cfa4417..765ec87d 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1518,6 +1518,14 @@ label > input[type=checkbox]:not(:checked) + span {
   font-size: 0.9em;
 }
 
+.other-release-tooltip .tooltip-content .when {
+  /* technically just putting this in a <span> was enough
+   * to keep it from wrapping all tight-like, for some
+   * reason, but im not taking any chances...
+   */
+  white-space: nowrap;
+}
+
 .rerelease-tooltip .not-credited-on-first-release {
   opacity: 0.9;
 }