summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-02-23 12:16:25 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-02-23 12:16:25 +0000
commit7819420fd4b80e465fe020a54ba86fa62d32f71b (patch)
treec22286bcef56eb40ff6b97e05c4578523c59cad4 /app/assets/stylesheets/framework/common.scss
parentb323e4dcf1a3198eda1a1657cb35dc914352706f (diff)
parentef82e90c4b4caa91b61394c20e8cce68967d8896 (diff)
downloadgitlab-ce-7819420fd4b80e465fe020a54ba86fa62d32f71b.tar.gz
Merge branch 'dashboard-misaligned-buttons' into 'master'
Fixed mis-aligned buttons on dashboard/issues Before: ![](/uploads/35e413f2a5273bcdb1cc9ab20fa8d923/Screen_Shot_2016-02-22_at_10.15.39_PM.png) After: ![Screen_Shot_2016-02-23_at_08.45.12](/uploads/4fbba0650ea6005b1cd600b5038f91d1/Screen_Shot_2016-02-23_at_08.45.12.png) See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2921#note_3868715 See merge request !2932
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 8f753f581bb..9ecb547b64f 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -381,6 +381,7 @@ table {
}
.project-item-select-holder {
+ display: inline-block;
position: relative;
.project-item-select {