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