mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Fixed: Tags in settings getting cutoff
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
b8377739b4
commit
07ecd824ea
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue