Commit b3ef4bf7 authored by Jarek Ostrowski's avatar Jarek Ostrowski

Fix unneeded left margin discussion filter container

MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/54379
parent ad0f1146
......@@ -907,14 +907,6 @@ $system-note-svg-size: 16px;
.discussion-filter-container {
.dropdown-menu {
margin-bottom: $gl-padding-4;
@include media-breakpoint-down(md) {
margin-left: $btn-side-margin + $contextual-sidebar-collapsed-width;
}
@include media-breakpoint-down(xs) {
margin-left: $btn-side-margin;
}
}
}
......
---
title: Fix unneeded left margin in discussion filter container on mobile
merge_request: 54379
author:
type: fixed
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