mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Tags in settings getting cutoff
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
.tag {
|
.tag {
|
||||||
composes: card from '~Components/Card.css';
|
composes: card from '~Components/Card.css';
|
||||||
|
|
||||||
width: 150px;
|
flex: 150px 0 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
white-space: nowrap;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user