Skip to content

Commit

Permalink
Fixes drawer so stuff doesn't overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marrus-sh authored and beatrix-bitrot committed Jun 23, 2017
1 parent b27842d commit 62a7589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/javascript/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
}

.drawer {
width: 17%;
flex-grow: 1 !important;
flex-basis: 200px !important;
min-width: 268px;
max-width: 400px;
}
}
Expand Down

0 comments on commit 62a7589

Please sign in to comment.