Commit b5ae5cce authored by Rajan's avatar Rajan

Remove unnecessary margin to the right of the Show comment only dropdown

There was unnecessary margin beside the Show comment only dropdown in Merge Request view. Remove the gl-mr-3 class which will remove the space beside the dropdown.

Changelog: fixed
parent abe2354e
......@@ -116,7 +116,7 @@ export default {
<gl-dropdown
v-if="displayFilters"
id="discussion-filter-dropdown"
class="gl-mr-3 full-width-mobile discussion-filter-container js-discussion-filter-container"
class="full-width-mobile discussion-filter-container js-discussion-filter-container"
data-qa-selector="discussion_filter_dropdown"
:text="currentFilter.title"
:disabled="isLoading"
......
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