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/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index d01286bd209..91f123d7b26 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -91,7 +91,8 @@ table.pipeline-project-metrics tr td {
}
.user-access-role {
- @include gl-px-3;
+ padding-left: $gl-spacing-scale-3;
+ padding-right: $gl-spacing-scale-3;
display: inline-block;
color: $gl-text-color-secondary;
font-size: 12px;