Fixed: Tags in settings getting cutoff

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/6/head
Qstick 6 years ago
parent b8377739b4
commit 07ecd824ea

@ -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…
Cancel
Save