summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-03 09:05:21 +0100
committerPhil Hughes <me@iamphill.com>2017-04-03 09:05:21 +0100
commit058dfbb0fd5d058e31ee627dff0527b3f4d41664 (patch)
tree868e10f9cfb46f7d8ecd84aec6a4bf6ca36398de
parente7e9307219d1c81427f95444b36471c519dc06c2 (diff)
downloadgitlab-ce-user-page-horizontal-scrolling.tar.gz
Fixed user profile tabs causing the page to scrolluser-page-horizontal-scrolling
Closes #30338
-rw-r--r--app/assets/stylesheets/pages/profile.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 703c5fc8869..8c6dd392865 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -230,6 +230,14 @@
font-size: 0;
}
+ .fade-right {
+ right: 0;
+ }
+
+ .fade-left {
+ left: 0;
+ }
+
@media (max-width: $screen-xs-max) {
.cover-block {
padding-top: 20px;