mirror of https://github.com/lidarr/Lidarr
Add wrapping to fix long paths in labels. Fixes #875
This commit is contained in:
parent
08d19df3f7
commit
3b9ac8699d
|
@ -433,7 +433,10 @@
|
|||
.label {
|
||||
display : inline-block;
|
||||
margin-bottom : 2px;
|
||||
padding : 4px 6px 3px 6px
|
||||
padding : 4px 6px 3px 6px;
|
||||
max-width : 100%;
|
||||
white-space : normal;
|
||||
word-wrap : break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue