diff options
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index d2bd6bd9..ca1ab034 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1503,13 +1503,15 @@ li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), .content-tooltip .tooltip-content { padding: 3px 4.5px; - width: 240px; + width: max-content; + max-width: 240px; } .cover-artwork .content-tooltip { font-size: 0.85rem; padding: 2px 3px; - width: 220px; + width: max-content; + max-width: 220px; } .external-icon { |