Fixed: (UI) Break words when too long in track file details

This commit is contained in:
Bogdan 2023-07-13 02:29:58 +03:00
parent ea75009dc6
commit 9fe9e0f441
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.audioTags {
padding-top: 15px;
padding-bottom: 15px;
word-break: break-word;
/* border-top: 1px solid $borderColor; */
}