Apple Music have overlapping titles #864
-
Hello, first of all, thank you for this masterpiece ! I have an issue with the Plugin music that overflow the titles on the SVG's, do you know if I need to configure something? Regards
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi 👋 ! Thanks for your support 🙂 It seems to be a css issue which should be fixed upstream, there's no extra settings to be configured. However you can use extras_css: |
.track .name { max-width: 175px !important; } May need to tweak a bit though, I put 175px as an example but there might be better a value somewhere else |
Beta Was this translation helpful? Give feedback.
-
Hello @lowlighter, I tested it after the release and the issue is still present unfortunately :( |
Beta Was this translation helpful? Give feedback.
Hi 👋 !
Thanks for your support 🙂
It seems to be a css issue which should be fixed upstream, there's no extra settings to be configured.
However you can use
extras_css
as a workaround to fix it while waiting for a fix:May need to tweak a bit though, I put 175px as an example but there might be better a value somewhere else