ensure dropbox width is 240px at minimum (fix issues arising from acde2e30)

This commit is contained in:
Mike Greiling 2016-10-24 23:49:02 -05:00
parent 132e3f5471
commit 1070d2925d

View file

@ -15,6 +15,7 @@
@media (max-width: $screen-xs-max) {
width: 100%;
min-width: 240px;
}
}