diff --git a/app/assets/stylesheets/experiments.scss b/app/assets/stylesheets/experiments.scss index 651c5cd89..bd041959b 100644 --- a/app/assets/stylesheets/experiments.scss +++ b/app/assets/stylesheets/experiments.scss @@ -8,6 +8,9 @@ .projects-show { .experiment-actions-menu { + height: 36px; + width: 36px; + .dropdown-menu { a, button { @@ -473,6 +476,9 @@ .project-show-container { .experiment-actions-menu { + height: 36px; + width: 36px; + .btn-light:hover { background: $color-alto; } diff --git a/app/assets/stylesheets/projects.scss b/app/assets/stylesheets/projects.scss index a2bacdef0..65c4f879f 100644 --- a/app/assets/stylesheets/projects.scss +++ b/app/assets/stylesheets/projects.scss @@ -735,7 +735,8 @@ li.module-hover { top: .2em; .project-actions-menu { - height: 40px; + height: 36px; + width: 36px; a { @include font-button; @@ -1057,7 +1058,8 @@ li.module-hover { .projects-container { .project-actions-menu { - height: 40px; + height: 36px; + width: 36px; .btn-light:hover { background: $color-alto;