Compare commits

...

1 Commits

Author SHA1 Message Date
Mark McDowall
e9080e7328 Fix height of tags in tag inputs
(cherry picked from commit 5ac6c0e651400aa4d2e7126b0ccf1bcd4c6224b2)
2024-07-29 00:05:32 +00:00

View File

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