1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 07:42:28 +00:00

Fix height of tags in tag inputs

(cherry picked from commit 5ac6c0e651400aa4d2e7126b0ccf1bcd4c6224b2)
This commit is contained in:
Mark McDowall 2024-07-25 17:11:21 -07:00 committed by servarr
parent d2bd9b4849
commit e7888c07dd

View file

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