Reduce min-width of unit buttons in nav (#51)

Makes space for more units before swapping the display to a dropdown.
This commit is contained in:
Adam Butterworth
2020-04-16 10:37:29 -04:00
committed by GitHub
parent 1cc7dc266b
commit 04a8638d00

View File

@@ -186,7 +186,7 @@ $primary: #1176B2;
.sequence-navigation-tabs {
.btn {
flex-basis: 100%;
min-width: 4rem;
min-width: 2rem;
}
}
.sequence-navigation-dropdown {