Commit 9918be8f authored by Mike Greiling's avatar Mike Greiling

prevent nav control buttons from wrapping awkwardly when they overflow

parent d5b4b026
......@@ -51,6 +51,12 @@
.git-clone-holder {
width: 480px;
}
.nav-controls {
width: auto;
min-width: 50%;
white-space: nowrap;
}
}
@media (min-width: $screen-md-min) {
......
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