diff --git a/dashboard-ui/components/metadataeditor/metadataeditor.template.html b/dashboard-ui/components/metadataeditor/metadataeditor.template.html
index 9836699146..1c56b952a4 100644
--- a/dashboard-ui/components/metadataeditor/metadataeditor.template.html
+++ b/dashboard-ui/components/metadataeditor/metadataeditor.template.html
@@ -81,9 +81,7 @@
diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css
index 999bb68680..b0aeb2718d 100644
--- a/dashboard-ui/css/site.css
+++ b/dashboard-ui/css/site.css
@@ -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;
+}