1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05: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 Qstick
parent e80e96de0e
commit a5b315ba83

View File

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