Fixed user profile tab being off-screen

This commit is contained in:
Phil Hughes 2017-10-24 17:41:19 +01:00
parent 95e56a6175
commit 0bfb2aff7c
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
2 changed files with 13 additions and 1 deletions

View File

@ -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 {

View File

@ -0,0 +1,5 @@
---
title: Fixed user profile activity tab being off-screen on mobile
merge_request:
author:
type: fixed