Commit 67f2315b authored by Takuya Noguchi's avatar Takuya Noguchi

Clean up SCSS code for todos

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 65a2e194
...@@ -151,18 +151,6 @@ ...@@ -151,18 +151,6 @@
} }
} }
@include media-breakpoint-down(sm) {
.todos-filters {
.dropdown-menu-toggle {
width: 130px;
}
.dropdown-menu-toggle-sort {
width: auto;
}
}
}
@include media-breakpoint-down(lg) { @include media-breakpoint-down(lg) {
.todos-filters { .todos-filters {
.filter-categories { .filter-categories {
...@@ -206,6 +194,10 @@ ...@@ -206,6 +194,10 @@
.dropdown-menu-toggle { .dropdown-menu-toggle {
width: 100%; width: 100%;
} }
.dropdown-menu-toggle-sort {
width: auto;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment