Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 415d1532b15..f799683ba54 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -6,7 +6,7 @@
// need this style.
// Issue for the refactoring: https://gitlab.com/gitlab-org/gitlab/-/issues/213327
&.gl-dropdown button.dropdown-toggle {
- @include gl-display-inline-flex;
+ display: inline-flex;
}
.btn-link {
@@ -664,7 +664,8 @@
min-height: 30px;
padding-top: 0;
padding-bottom: 0;
- @include gl-px-3;
+ padding-left: $gl-spacing-scale-3;
+ padding-right: $gl-spacing-scale-3;
color: $gray-700;
line-height: 30px;
border: 1px solid $gray-400;