1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

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

View File

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