Commit 29a7a8c7 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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

Fixed user profile tabs causing the page to scroll

Closes #30338

See merge request !10405
parents 2bc96e59 058dfbb0
......@@ -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;
......
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