Commit 463d9d12 authored by Franco Fichtner's avatar Franco Fichtner

search: stop overflow in case of long page path

parent 83f83a07
......@@ -24,7 +24,9 @@
font-size: 90%;
padding-left: 54px !important;
}
.typeahead {
overflow: hidden;
}
</style>
<!-- Favicon -->
......
......@@ -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 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment