Fix height of tags in tag inputs

typescript-utilities
Mark McDowall 7 months ago committed by Mark McDowall
parent 60cba74c39
commit 5ac6c0e651

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

Loading…
Cancel
Save