Commit f13d0250 authored by Simon Knox's avatar Simon Knox

Merge branch '322686-hide-filter-bar-on-epic-boards' into 'master'

Epic boards - Hide filter bar

See merge request gitlab-org/gitlab!55576
parents 5c89c788 7730440e
......@@ -37,6 +37,10 @@
}
}
[data-page$='epic_boards:show'] .filter-form {
display: none;
}
.boards-app {
@include media-breakpoint-up(sm) {
transition: width $sidebar-transition-duration;
......
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