1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 05:35:29 +00: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%;
}