search: stop overflow in case of long page path

This commit is contained in:
Franco Fichtner 2016-01-24 11:58:41 +01:00
parent 83f83a076f
commit 463d9d12e3
2 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,9 @@
font-size: 90%;
padding-left: 54px !important;
}
.typeahead {
overflow: hidden;
}
</style>
<!-- Favicon -->

View File

@ -71,6 +71,10 @@ $pagetitle .= sprintf(' | %s.%s', $config['system']['hostname'], $config['system
font-size: 90%;
padding-left: 54px !important;
}
.typeahead {
overflow: hidden;
}
</style>
<!-- Favicon -->