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:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-01-06 23:17:34 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-01-06 23:17:34 +0300
commit9cdfcbb50f225162fd46162e13e5b685819c9543 (patch)
tree2943337651dfe6daa880445954af2a83e1c7bc1a /app/assets/stylesheets/framework/lists.scss
parentf77f736ba40c6ba967531592ec48dd3e2cec1ebc (diff)
parent23e6d8c3682c116db909d0eabfaedb57df85bf36 (diff)
Merge branch '25985-combine-members-and-groups-settings-pages' into 'master'
Moved the members and groups to single option called members Closes #25985 See merge request !8281
Diffstat (limited to 'app/assets/stylesheets/framework/lists.scss')
-rw-r--r--app/assets/stylesheets/framework/lists.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index 771dfaec46e..1c6698ad0c6 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -163,6 +163,10 @@ ul.content-list {
&:last-child {
margin-right: 0;
+
+ @media(max-width: $screen-xs-max) {
+ margin: 0 auto;
+ }
}
}