mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07: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 {
|
.audioTags {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
word-break: break-word;
|
||||||
/* border-top: 1px solid $borderColor; */
|
/* border-top: 1px solid $borderColor; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue