mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
fix: expand collapse icons not shown for daily planner
This commit is contained in:
parent
a2d225c6db
commit
3561c8e414
1 changed files with 2 additions and 2 deletions
|
|
@ -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%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue