diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index cb0a180bc..6ee091471 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -976,8 +976,20 @@ input[type="range"]::-ms-fill-upper { .installedPluginTitle { max-width: 110px; } + .itemVideo { + width: 320px; + } +} + +@media (min-width: 1440px) { + .installedPluginTitle { + max-width: 110px; + } + .itemVideo { + width: 400px; + } } #editItemMetadataPage #txtOverview { height: 70px; -} \ No newline at end of file +}