diff options
author | Jose <jvargas@gitlab.com> | 2018-06-06 13:12:24 -0500 |
---|---|---|
committer | Jose <jvargas@gitlab.com> | 2018-06-06 13:12:24 -0500 |
commit | 15fe6a6219c5c7eea4da1aa340ee99c4ad910596 (patch) | |
tree | 5b58243e32289ee69c46eeb74c4ff771097771cc | |
parent | fddcfae6d8cc3790fe100584f8d7c09e014b01e1 (diff) | |
download | gitlab-ce-15fe6a6219c5c7eea4da1aa340ee99c4ad910596.tar.gz |
Fix history icon misaligned
-rw-r--r-- | app/assets/stylesheets/framework/filters.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss index 0ee5748952a..551a7e852ae 100644 --- a/app/assets/stylesheets/framework/filters.scss +++ b/app/assets/stylesheets/framework/filters.scss @@ -299,6 +299,7 @@ height: 14px; width: 14px; vertical-align: middle; + margin-bottom: 4px; } .dropdown-toggle-text { |