Merge branch 'regression-note-headline-light' into 'master'

Fixed regression of note-headline-light where it was always placed on 2 lines, e…

See merge request !8348
This commit is contained in:
Annabel Dunstone Gray 2017-01-03 17:23:06 +00:00
commit 5136e72c31
2 changed files with 14 additions and 2 deletions

View File

@ -43,7 +43,7 @@ ul.notes {
}
.system-note-message {
display: inline-block;
display: inline;
&::first-letter {
text-transform: lowercase;
@ -55,7 +55,7 @@ ul.notes {
}
p {
display: inline-block;
display: inline;
margin: 0;
&::first-letter {
@ -353,6 +353,14 @@ ul.notes {
font-size: 14px;
}
.note-headline-light {
display: inline;
@media (max-width: $screen-xs-min) {
display: block;
}
}
.note-headline-light,
.discussion-headline-light {
color: $notes-light-color;

View File

@ -0,0 +1,4 @@
---
title: Fixed regression of note-headline-light where it was always placed on 2 lines, even on wide viewports
merge_request:
author: