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:
authorPhil Hughes <me@iamphill.com>2016-09-01 15:48:20 +0300
committerPhil Hughes <me@iamphill.com>2016-09-13 10:44:59 +0300
commit4afd17b2786b5bca075ac7508979fad582c65bc9 (patch)
tree63fc1618f54ef9318e1621b1f15ab574be1a6fbb /app/assets/stylesheets/pages/members.scss
parent87a0501ded0d08ae718b6f3f6feb4ac2c9c6b016 (diff)
Included groups on project_members page
Diffstat (limited to 'app/assets/stylesheets/pages/members.scss')
-rw-r--r--app/assets/stylesheets/pages/members.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/members.scss b/app/assets/stylesheets/pages/members.scss
index 9583d7c6161..4bc34ac15df 100644
--- a/app/assets/stylesheets/pages/members.scss
+++ b/app/assets/stylesheets/pages/members.scss
@@ -5,6 +5,15 @@
}
.member {
+ .list-item-name {
+ float: none;
+
+ @media (min-width: $screen-md-min) {
+ float: left;
+ width: 50%;
+ }
+ }
+
.controls {
display: flex;
width: 400px;