Commit 5e8ff175 authored by Clement Ho's avatar Clement Ho Committed by Mike Greiling

Fix search bar text input alignment

parent e2f7fbe4
......@@ -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