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 @@ ...@@ -224,7 +224,10 @@
.form-control { .form-control {
position: relative; position: relative;
min-width: 200px; min-width: 200px;
padding: 5px 25px 6px 0; padding-right: 25px;
padding-left: 0;
height: $input-height;
line-height: inherit;
border-color: transparent; border-color: transparent;
&:focus, &: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