From 363e1540e0251251f500d4b2e935551e8008b64d Mon Sep 17 00:00:00 2001 From: Cameron Redmore Date: Fri, 8 Aug 2025 12:54:54 +0100 Subject: [PATCH] Remove text alignment and max-width from music tooltip styling --- src/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/style.css b/src/style.css index 5eb8f91..361f840 100644 --- a/src/style.css +++ b/src/style.css @@ -153,8 +153,6 @@ body { /* Music tooltip specific styling */ .music-tooltip .tooltip-text { white-space: normal; - text-align: left; - max-width: 250px; line-height: 1.4; }