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.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 2558ddec9b9..415d1532b15 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -662,12 +662,13 @@
display: block;
width: 100%;
min-height: 30px;
- @include gl-py-0;
+ padding-top: 0;
+ padding-bottom: 0;
@include gl-px-3;
color: $gray-700;
line-height: 30px;
border: 1px solid $gray-400;
- @include gl-rounded-base;
+ border-radius: $gl-border-radius-base;
outline: 0;
&:focus {
@@ -944,7 +945,7 @@
.gl-button-text {
display: flex;
- @include gl-w-full;
+ width: 100%;
}
}