Commit 95dd18de authored by Kevin Lee's avatar Kevin Lee Committed by Annabel Dunstone Gray

Fix members multi select input padding

parent f544acf6
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
background: none; background: none;
.select2-search-field input { .select2-search-field input {
padding: 5px $gl-padding / 2; padding: 5px $gl-input-padding;
height: auto; height: auto;
font-family: inherit; font-family: inherit;
font-size: 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