Fix investments list layout on small screens
The flex layout didn't work well on small screens, since there was barely any space for the elements.
This commit is contained in:
@@ -514,11 +514,11 @@
|
||||
|
||||
@include breakpoint(medium) {
|
||||
min-height: $line-height * 15;
|
||||
}
|
||||
|
||||
.with-image > .row {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.budget-investments-list .budget-investment,
|
||||
|
||||
Reference in New Issue
Block a user