fix: expand collapse icons not shown for daily planner

This commit is contained in:
Johannes Millan 2018-04-05 21:39:39 +02:00
parent a2d225c6db
commit 3561c8e414

View file

@ -1,6 +1,6 @@
.gt-xs-2-col {
@media (min-width: $layout-gt-xs) {
overflow: hidden;
@include clearfix;
> * {
float: left;
@include row-machine(2, 2%);
@ -10,7 +10,7 @@
.gt-md-2-col {
@media (min-width: $layout-gt-md) {
overflow: hidden;
@include clearfix;
> * {
float: left;
@include row-machine(2, 2%);