Commit fc607521 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'fix-search-bar' into 'master'

Fix search bar text input alignment

Closes #48288

See merge request gitlab-org/gitlab-ce!20155
parents e2f7fbe4 5e8ff175
......@@ -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,
......
---
title: Fix search bar text input alignment
merge_request:
author:
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