Fix height of tags in tag inputs

(cherry picked from commit 5ac6c0e651400aa4d2e7126b0ccf1bcd4c6224b2)
pull/3597/head
Mark McDowall 9 months ago committed by servarr
parent 73979c416a
commit e9080e7328

@ -30,5 +30,6 @@
.label {
composes: label from '~Components/Label.css';
display: flex;
max-width: 100%;
}

Loading…
Cancel
Save