ensure dropbox width is 240px at minimum (fix issues arising from acde2e30
)
This commit is contained in:
parent
132e3f5471
commit
1070d2925d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
@media (max-width: $screen-xs-max) {
|
||||
width: 100%;
|
||||
min-width: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue