diff options
author | Clement Ho <clementh@hp.com> | 2016-08-02 18:01:14 -0500 |
---|---|---|
committer | Clement Ho <clementh@hp.com> | 2016-08-02 18:02:10 -0500 |
commit | 51bcdfb7850a642c1062d5ab73417a6c6d2edb51 (patch) | |
tree | fb8b91aa1d68a2c682c57f48b5f658c70e307a3c | |
parent | 8c8bdb79e53d04f7a9dbb9ff8d575f1f9111b371 (diff) | |
download | gitlab-ce-51bcdfb7850a642c1062d5ab73417a6c6d2edb51.tar.gz |
Fix filter input alignment
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index 31e5d982cdf..21e02d61af9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,6 +24,7 @@ v 8.11.0 (unreleased) - Optimize checking if a user has read access to a list of issues !5370 - Nokogiri's various parsing methods are now instrumented - Add a way to send an email and create an issue based on private personal token. Find the email address from issues page. !3363 + - Fix filter input alignment (ClemMakesApps) - Include old revision in merge request update hooks (Ben Boeckel) - Add build event color in HipChat messages (David Eisner) - Make fork counter always clickable. !5463 (winniehell) diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index 364952d3b4a..7852fc9a424 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -182,7 +182,6 @@ > form { display: inline-block; - margin-top: -1px; } .icon-label { @@ -193,7 +192,6 @@ height: 35px; display: inline-block; position: relative; - top: 2px; margin-right: $gl-padding-top; /* Medium devices (desktops, 992px and up) */ |