Merge branch '32985-show-more-notes-info-at-smaller-breakpoints' into 'master'

Maintain notes avatar at smaller breakpoint

Closes #32985

See merge request !11841
This commit is contained in:
Annabel Dunstone Gray 2017-06-01 18:29:46 +00:00
commit 1cd5c6d940

View file

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