Commit 311025ed authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-user-tab-activity-mobile' into 'master'

Fixed user profile tab being off-screen

See merge request gitlab-org/gitlab-ce!15030
parents 22419ba2 0bfb2aff
......@@ -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 {
......
---
title: Fixed user profile activity tab being off-screen on mobile
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment