Skip to content

Commit 3561c8e

Browse files
committed
fix: expand collapse icons not shown for daily planner
1 parent a2d225c commit 3561c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-src/styles/components/_simple-grid.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.gt-xs-2-col {
22
@media (min-width: $layout-gt-xs) {
3-
overflow: hidden;
3+
@include clearfix;
44
> * {
55
float: left;
66
@include row-machine(2, 2%);
@@ -10,7 +10,7 @@
1010

1111
.gt-md-2-col {
1212
@media (min-width: $layout-gt-md) {
13-
overflow: hidden;
13+
@include clearfix;
1414
> * {
1515
float: left;
1616
@include row-machine(2, 2%);

0 commit comments

Comments
 (0)