Remove text alignment and max-width from music tooltip styling
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m15s

This commit is contained in:
Cameron Redmore 2025-08-08 12:54:54 +01:00
parent 5ac6766761
commit 363e1540e0
No known key found for this signature in database

View file

@ -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;
}