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:
authorMartin Wortschack <mwortschack@gitlab.com>2019-08-08 10:47:13 +0300
committerMartin Wortschack <mwortschack@gitlab.com>2019-08-08 10:47:37 +0300
commit60a1e843faacb570b3480e12cf67424d79840ebb (patch)
treec9dc5c40a0bf555ae33f270adc09742afb1b76ea /app/assets/stylesheets/pages
parentb1f4c3fae73d5837c4c12eb64bfcc88a4dec23db (diff)
Resolve first round of discussions
- Avoid splitting sentences - Update PO file - Utilize $input-height - Replace pr- with mr-
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/members.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/members.scss b/app/assets/stylesheets/pages/members.scss
index a4b3b412e33..d72dd8671cc 100644
--- a/app/assets/stylesheets/pages/members.scss
+++ b/app/assets/stylesheets/pages/members.scss
@@ -94,7 +94,7 @@
position: absolute;
right: 4px;
top: 0;
- height: 33px;
+ height: $input-height;
padding-left: 10px;
padding-right: 10px;
color: $gray-darkest;