Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-09-03 21:31:31 +0300
committerStan Hu <stanhu@gmail.com>2019-09-05 20:35:49 +0300
commit288a42b5d80f07243e31f768cf86988a996abadc (patch)
tree152802a7e0d8351951ccc01076eac1f4f74fb2af /app/views/shared/members
parentf7e7ee713aa21874bf6810d01976c2b5342c0995 (diff)
Add padding to left of "Sort by" in members dropdown
Diffstat (limited to 'app/views/shared/members')
-rw-r--r--app/views/shared/members/_sort_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/members/_sort_dropdown.html.haml b/app/views/shared/members/_sort_dropdown.html.haml
index feca109dade..5f3d49adff7 100644
--- a/app/views/shared/members/_sort_dropdown.html.haml
+++ b/app/views/shared/members/_sort_dropdown.html.haml
@@ -1,4 +1,4 @@
-= label_tag :sort_by, 'Sort by', class: 'col-form-label label-bold pr-2'
+= label_tag :sort_by, 'Sort by', class: 'col-form-label label-bold px-2'
.dropdown.inline.qa-user-sort-dropdown
= dropdown_toggle(member_sort_options_hash[@sort], { toggle: 'dropdown' })
%ul.dropdown-menu.dropdown-menu-right.dropdown-menu-selectable