Fixes drawer so stuff doesn't overflow

lolsob-rspec
Go Shoemake 2017-06-18 19:32:23 -07:00 committed by beatrix-bitrot
parent a7a7613e71
commit b7a2221b17
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
}
.drawer {
width: 17%;
flex-grow: 1 !important;
flex-basis: 200px !important;
min-width: 268px;
max-width: 400px;
}
}