Merge branch 'fix-search-bar' into 'master'
Fix search bar text input alignment Closes #48288 See merge request gitlab-org/gitlab-ce!20155
This commit is contained in:
commit
fc607521f2
2 changed files with 9 additions and 1 deletions
|
@ -224,7 +224,10 @@
|
|||
.form-control {
|
||||
position: relative;
|
||||
min-width: 200px;
|
||||
padding: 5px 25px 6px 0;
|
||||
padding-right: 25px;
|
||||
padding-left: 0;
|
||||
height: $input-height;
|
||||
line-height: inherit;
|
||||
border-color: transparent;
|
||||
|
||||
&:focus,
|
||||
|
|
5
changelogs/unreleased/fix-search-bar.yml
Normal file
5
changelogs/unreleased/fix-search-bar.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix search bar text input alignment
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue