diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-19 13:31:19 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-19 13:31:19 -0500 |
commit | 5436bfa82230f7ba4532a2b09d035cfc733e8657 (patch) | |
tree | 2e1a29337110e0c5333ed3de376c012e6e95ce98 /app/assets/stylesheets | |
parent | 5bb7fa1bd93f697a6023c738b7a1f9411fbecac9 (diff) | |
download | gitlab-ce-5436bfa82230f7ba4532a2b09d035cfc733e8657.tar.gz |
Fix alignment of repo buttons
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index faf3c84ba2c..46981fd0d2c 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -218,7 +218,7 @@ } @media (max-width: 1304px) { - top: -6px; + top: 0; } } |