Merge branch 'user-page-horizontal-scrolling' into 'master'

Fixed user profile tabs causing the page to scroll

Closes #30338

See merge request !10405
This commit is contained in:
Annabel Dunstone Gray 2017-04-06 13:51:39 +00:00
commit 29a7a8c75b

View file

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