mirror of https://github.com/Radarr/Radarr
Fixed spacing for labels when series path is abnormally long
This commit is contained in:
parent
53f4966e97
commit
7b7f7ac56b
|
@ -420,7 +420,13 @@
|
|||
|
||||
.series-info {
|
||||
.row {
|
||||
margin-bottom: 5px;
|
||||
margin-bottom : 3px;
|
||||
|
||||
.label {
|
||||
display : inline-block;
|
||||
margin-bottom : 2px;
|
||||
padding : 4px 6px 3px 6px
|
||||
}
|
||||
}
|
||||
|
||||
.series-info-links {
|
||||
|
|
Loading…
Reference in New Issue