Commit 1070d292 authored by Mike Greiling's avatar Mike Greiling

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

parent 132e3f54
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
width: 100%; width: 100%;
min-width: 240px;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment