Commit d7d01bf3 authored by Eric Eastwood's avatar Eric Eastwood

Maintain notes avatar at smaller breakpoint

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32985
parent dd0f8b8c
......@@ -4,7 +4,7 @@
padding: 0;
&::before {
@include notes-media('max', $screen-xs-max) {
@include notes-media('max', $screen-xs-min) {
background: none;
}
}
......@@ -30,7 +30,7 @@
.timeline-entry-inner {
position: relative;
@include notes-media('max', $screen-xs-max) {
@include notes-media('max', $screen-xs-min) {
.timeline-icon {
display: none;
}
......
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