Browse Source

Fixes drawer so stuff doesn't overflow

closed-social-glitch-2
Go Shoemake 7 years ago
committed by beatrix-bitrot
parent
commit
62a75891ab
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      app/javascript/styles/custom.scss

+ 3
- 1
app/javascript/styles/custom.scss View File

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

Loading…
Cancel
Save