Skip to content
Snippets Groups Projects
Commit 958d3fa3 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Prevent search tab wrapping. This should be more robust but I'm avoiding template changes for 4.1.

parent b9240d20
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -205,7 +205,13 @@
.nav-tabs {
position: absolute;
bottom: 0;
margin-top: .5rem;
border: 0;
white-space: nowrap;
}
.nav-tabs > li {
float: none;
display: inline-block;
}
.nav-tabs a,
.nav-tabs a:hover {
......
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