From 245b4bc5b0c9beb8691944b1bdc5d2bcd94bea72 Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Thu, 23 Mar 2023 17:57:47 +0100 Subject: [PATCH] Fix the slight move [SCI-7663] --- app/assets/stylesheets/experiments.scss | 6 ++++++ app/assets/stylesheets/projects.scss | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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;