Fix height of tags in tag inputs

This commit is contained in:
Mark McDowall 2024-07-25 17:11:21 -07:00
parent 578f95546b
commit c98e3d4087
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%;
}