diff options
Diffstat (limited to 'src/static')
-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, |