1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-29 23:12:39 +01:00

Fixed: Tags in settings getting cutoff

This commit is contained in:
Mark McDowall 2019-07-24 19:59:27 -07:00
parent 54addbdd28
commit 06f157e634

View File

@ -1,11 +1,12 @@
.tag {
composes: card from '~Components/Card.css';
width: 150px;
flex: 150px 0 1;
}
.label {
margin-bottom: 20px;
white-space: nowrap;
font-weight: 300;
font-size: 24px;
}