diff --git a/app/views/projects/issues/_issue_context.html.haml b/app/views/projects/issues/_issue_context.html.haml
index 425dcb45ddf6dea0b2021f9ec73d7eed20b7cd3d..d7987f43fbb41181b597a2501a5a111bb8d8d6e3 100644
--- a/app/views/projects/issues/_issue_context.html.haml
+++ b/app/views/projects/issues/_issue_context.html.haml
@@ -1,6 +1,6 @@
 = form_for [@project, @issue], remote: true, html: {class: 'edit-issue inline-update'} do |f|
   .row
-    .col-md-6
+    .col-sm-6
       %strong.append-right-10
         Assignee:
 
@@ -11,7 +11,7 @@
       - else
         None
 
-    .col-md-6.text-right
+    .col-sm-6.text-right
       %strong.append-right-10
         Milestone:
       - if can?(current_user, :modify_issue, @issue)
diff --git a/app/views/projects/merge_requests/show/_context.html.haml b/app/views/projects/merge_requests/show/_context.html.haml
index 5c6734fd24be3ede39a81eb12bce34410da987db..ab00b34242a0eaef25a7307647f237385db5ecdb 100644
--- a/app/views/projects/merge_requests/show/_context.html.haml
+++ b/app/views/projects/merge_requests/show/_context.html.haml
@@ -1,6 +1,6 @@
 = form_for [@project, @merge_request], remote: true, html: {class: 'edit-merge_request inline-update'} do |f|
   .row
-    .col-md-6
+    .col-sm-6
       %strong.append-right-10
         Assignee:
 
@@ -11,7 +11,7 @@
       - else
         None
 
-    .col-md-6.text-right
+    .col-sm-6.text-right
       %strong.append-right-10
         Milestone:
       - if can?(current_user, :modify_merge_request, @merge_request)