Commit db995e22 authored by Martin Wortschack's avatar Martin Wortschack

Remove horizontal whitespace on user profile page for small breakpoints

parent ada8ccdb
......@@ -249,6 +249,16 @@
.event-item {
padding-left: 40px;
}
@include media-breakpoint-up(lg) {
margin-right: 5px;
}
}
.projects-block {
@include media-breakpoint-up(lg) {
margin-left: 5px;
}
}
@include media-breakpoint-down(xs) {
......
......@@ -9,7 +9,6 @@
.col-md-12.col-lg-6
- if can?(current_user, :read_cross_project)
.activities-block
.append-right-5
.prepend-top-16
.d-flex.align-items-center.border-bottom
%h4.flex-grow
......@@ -21,7 +20,6 @@
.col-md-12.col-lg-6
.projects-block
.prepend-left-5
.prepend-top-16
.d-flex.align-items-center.border-bottom
%h4.flex-grow
......
---
title: Remove horizontal whitespace on user profile overview on small breakpoints
merge_request: 24189
author:
type: other
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