Fix height of tags in tag inputs

This commit is contained in:
Mark McDowall 2024-07-25 17:11:21 -07:00 committed by Mark McDowall
parent 60cba74c39
commit 5ac6c0e651
1 changed files with 1 additions and 0 deletions

View File

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