mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fix display of overview field in metadata editor
This commit is contained in:
parent
5406262f6b
commit
eed698a752
@ -81,9 +81,7 @@
|
||||
<paper-input id="txtTagline" type="text" label="${LabelTagline}"></paper-input>
|
||||
</div>
|
||||
<div>
|
||||
<label for="txtOverview" class="likePaperLabel">${LabelOverview}</label>
|
||||
<paper-textarea id="txtOverview"></paper-textarea>
|
||||
<br />
|
||||
<paper-textarea id="txtOverview" label="${LabelOverview}"></paper-textarea>
|
||||
</div>
|
||||
<div id="fldShortOverview" style="display: none;">
|
||||
<paper-input id="txtShortOverview" type="text" label="${LabelShortOverview}"></paper-input>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user