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:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-04 01:20:11 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-04 01:20:11 +0300
commit7056e9261a182120c6d8239ff7505bc1da97b9f1 (patch)
treecc09d3f638d29af8aa5d79b9f4a77553a0dfa8e9 /app/assets/stylesheets/pages/members.scss
parent8f4f04c2386f29ae6817d72b65b50782b20e4a5e (diff)
Added UX improvements
Diffstat (limited to 'app/assets/stylesheets/pages/members.scss')
-rw-r--r--app/assets/stylesheets/pages/members.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/members.scss b/app/assets/stylesheets/pages/members.scss
index 36ee5d17211..18c65191ea1 100644
--- a/app/assets/stylesheets/pages/members.scss
+++ b/app/assets/stylesheets/pages/members.scss
@@ -98,6 +98,10 @@
padding-right: 35px;
@media (min-width: $screen-sm-min) {
+ width: 250px;
+ }
+
+ @media (min-width: $screen-md-min) {
width: 350px;
}