summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-06 13:51:39 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-06 13:51:39 +0000
commit29a7a8c75b6970d34124c1489a663ee738ef863a (patch)
tree4f3796872fd79c81ff9bcfc17c15cb2498e44e1c
parent2bc96e59f615c2e564b35673f03230a513a9269d (diff)
parent058dfbb0fd5d058e31ee627dff0527b3f4d41664 (diff)
downloadgitlab-ce-29a7a8c75b6970d34124c1489a663ee738ef863a.tar.gz
Merge branch 'user-page-horizontal-scrolling' into 'master'
Fixed user profile tabs causing the page to scroll Closes #30338 See merge request !10405
-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;