summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-24 17:41:19 +0100
committerPhil Hughes <me@iamphill.com>2017-10-24 17:41:19 +0100
commit0bfb2aff7c2d74428321b42a25f8b7e92b8407e0 (patch)
tree1c6bfc5d7a1e336e51a60d56c730b7f1a4f0112a /app/assets/stylesheets
parent95e56a617500d6ef94d7e857370cda5eadde614f (diff)
downloadgitlab-ce-0bfb2aff7c2d74428321b42a25f8b7e92b8407e0.tar.gz
Fixed user profile tab being off-screenfix-user-tab-activity-mobile
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index dbd990f84c1..8819a0c20f4 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -209,7 +209,6 @@
padding: 24px 0 0;
.nav-links {
- justify-content: center;
width: 100%;
float: none;
@@ -217,6 +216,14 @@
float: none;
}
}
+
+ li:first-child {
+ margin-left: auto;
+ }
+
+ li:last-child {
+ margin-right: auto;
+ }
}
.group-info {