mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-09 05:06:09 +02:00
Fixed: (UI) Break words when too long in track file details
This commit is contained in:
parent
ea75009dc6
commit
9fe9e0f441
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.audioTags {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
word-break: break-word;
|
||||
/* border-top: 1px solid $borderColor; */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue