1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix display of overview field in metadata editor

This commit is contained in:
softworkz 2016-06-03 22:03:23 +02:00
parent 5406262f6b
commit eed698a752
2 changed files with 5 additions and 3 deletions

View file

@ -747,3 +747,7 @@ emby-collapsible > .style-scope {
border-width: 0 1px 1px 1px;
padding: 1em 1.25em;
}
#editItemMetadataPage #txtOverview .paper-input-input {
max-height: 90px;
}