Merge branch '15606-discussion-styling' into 'master'

Increase screen width breakpoint for hide/show discussion

Closes #15606

See merge request !3915
This commit is contained in:
Jacob Schatz 2016-04-26 18:43:58 +00:00
commit 18e00e3ba3
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ ul.notes {
}
.discussion-actions {
@media (max-width: $screen-sm-max) {
@media (max-width: $screen-md-max) {
float: none;
margin-left: 0;