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:
@@ -186,7 +186,7 @@ $primary: #1176B2;
|
||||
.sequence-navigation-tabs {
|
||||
.btn {
|
||||
flex-basis: 100%;
|
||||
min-width: 4rem;
|
||||
min-width: 2rem;
|
||||
}
|
||||
}
|
||||
.sequence-navigation-dropdown {
|
||||
|
||||
Reference in New Issue
Block a user