Commit f7c88f11 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-padding-in-project-settings-members' into 'master'

Fix multiple multi select input padding

See merge request gitlab-org/gitlab!20520
parents f544acf6 95dd18de
......@@ -118,7 +118,7 @@
background: none;
.select2-search-field input {
padding: 5px $gl-padding / 2;
padding: 5px $gl-input-padding;
height: auto;
font-family: inherit;
font-size: inherit;
......
---
title: Fix multi select input padding in project and group user select
merge_request: 20520
author: Kevin Lee
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