summaryrefslogtreecommitdiff
path: root/app/views/dashboard/snippets/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/snippets/index.html.haml')
-rw-r--r--app/views/dashboard/snippets/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/snippets/index.html.haml b/app/views/dashboard/snippets/index.html.haml
index e86b1ab3116..4391624196b 100644
--- a/app/views/dashboard/snippets/index.html.haml
+++ b/app/views/dashboard/snippets/index.html.haml
@@ -5,7 +5,7 @@
= render 'dashboard/snippets_head'
= render partial: 'snippets/snippets_scope_menu', locals: { include_private: true }
-.visible-xs
+.d-block.d-sm-none
 
= link_to new_snippet_path, class: "btn btn-new btn-block", title: "New snippet" do
New snippet