diff options
author | Philip Karpiak <philip@eswat.ca> | 2016-11-14 10:45:35 -0500 |
---|---|---|
committer | Philip Karpiak <philip@eswat.ca> | 2016-11-14 10:45:35 -0500 |
commit | a2e67b7d06af6f03d5d65f54db49b2e9c474fc98 (patch) | |
tree | 1bad982f910a55bc0192a216cc825e09dedc0d34 | |
parent | 7b70588a1dd5b5c9ba23eae5db42e7236cb25dbe (diff) | |
download | gitlab-ce-a2e67b7d06af6f03d5d65f54db49b2e9c474fc98.tar.gz |
Use shorthand property for padding fix
-rw-r--r-- | app/assets/stylesheets/pages/search.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 08737739f42..6171a582e85 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -30,8 +30,7 @@ .search-input { border: none; font-size: 14px; - padding: 0; - padding-right: 20px; + padding: 0 20px 0 0; margin-left: 5px; line-height: 25px; width: 98%; |