diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-25 15:31:34 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-25 15:31:34 -0500 |
commit | d388d687dda8e4a0303a8b6977172bc78f8b4222 (patch) | |
tree | f444944a39450e021504f3625a64bf94a418a876 | |
parent | 3d115d6748aff3888819b1bb4641e805a2ecd38b (diff) | |
download | gitlab-ce-d388d687dda8e4a0303a8b6977172bc78f8b4222.tar.gz |
Increase screen width breakpoint for hide/show discussion15606-discussion-styling
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 2 |
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; |