Commit 1cb88955 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'clenaup-todos-scss' into 'master'

Clean up SCSS code for todos

See merge request gitlab-org/gitlab!41243
parents 2f1953bd 67f2315b
......@@ -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) {
.todos-filters {
.filter-categories {
......@@ -206,6 +194,10 @@
.dropdown-menu-toggle {
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