mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
search: stop overflow in case of long page path
This commit is contained in:
parent
83f83a076f
commit
463d9d12e3
@ -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 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user