From 32d31bc3a36a77c51441f915440a990604ebbdd3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 18 Jun 2024 18:08:02 -0300 Subject: css: fix surprise wrapping in contribution list tooltips --- src/static/css/site.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/static/css/site.css') diff --git a/src/static/css/site.css b/src/static/css/site.css index 374d2546..b4c99788 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1022,8 +1022,10 @@ li:not(:first-child:last-child) .tooltip, grid-column-end: platform-end; --external-platform-opacity: 0.8; - padding-right: 4px; opacity: 0.8; + padding-right: 4px; + + white-space: nowrap; } .contribution-tooltip.show-info .external-platform, -- cgit 1.3.0-6-gf8a5