1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

Fixed spacing for labels when series path is abnormally long

This commit is contained in:
Mark McDowall 2015-02-02 07:37:20 -08:00
parent 53f4966e97
commit 7b7f7ac56b

View File

@ -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 {