Commit 18e00e3b authored by Jacob Schatz's avatar Jacob Schatz

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

Increase screen width breakpoint for hide/show discussion

Closes #15606

See merge request !3915
parents 17ac7c7f d388d687
......@@ -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;
......
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