summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-25 15:31:34 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-25 15:31:34 -0500
commitd388d687dda8e4a0303a8b6977172bc78f8b4222 (patch)
treef444944a39450e021504f3625a64bf94a418a876
parent3d115d6748aff3888819b1bb4641e805a2ecd38b (diff)
downloadgitlab-ce-15606-discussion-styling.tar.gz
Increase screen width breakpoint for hide/show discussion15606-discussion-styling
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 55b1ad97eb0..9619d65db85 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -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;