diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 18:08:02 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 22:56:17 -0300 |
commit | 32d31bc3a36a77c51441f915440a990604ebbdd3 (patch) | |
tree | 7d76252100ddd73f2a5c97232ed355a2edfb16c6 /src | |
parent | ae8c33dbffdfd339988d3824b4e19dd362013152 (diff) |
css: fix surprise wrapping in contribution list tooltips
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 3 insertions, 1 deletions
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, |