Fixed: Tags in settings getting cutoff

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2019-08-04 22:25:33 -04:00
parent b8377739b4
commit 07ecd824ea
1 changed files with 2 additions and 1 deletions

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;
}