diff --git a/less/header.less b/less/header.less index 1bcc828..f9cbbd5 100644 --- a/less/header.less +++ b/less/header.less @@ -252,6 +252,17 @@ margin-left: -30px; } } + .quick-search-results { + max-width: 400px; + max-height: 500px; + overflow-x: hidden; + overflow-y: auto; + a { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden + } + } } .breadcrumb { diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index febb789..45cb5d6 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -171,12 +171,15 @@
+