summaryrefslogtreecommitdiff
path: root/app/views/shared/members/_group.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 14:38:44 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 14:38:44 -0500
commitc84ed8263da6abe0fb9f2e76fca1d5b3dd71d4f7 (patch)
treee65e9fa87019484829ab329cf827e2927613b341 /app/views/shared/members/_group.html.haml
parentb81ac02f078361eea98cca7e1cae3b7a2a9fb623 (diff)
downloadgitlab-ce-c84ed8263da6abe0fb9f2e76fca1d5b3dd71d4f7.tar.gz
[skip ci] Replace .visible-xs-* with .d-block.d-sm-none
Diffstat (limited to 'app/views/shared/members/_group.html.haml')
-rw-r--r--app/views/shared/members/_group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/members/_group.html.haml b/app/views/shared/members/_group.html.haml
index 5868c52566d..91ca7b26819 100644
--- a/app/views/shared/members/_group.html.haml
+++ b/app/views/shared/members/_group.html.haml
@@ -40,6 +40,6 @@
method: :delete,
data: { confirm: "Are you sure you want to remove #{group.name}?" },
class: 'btn btn-remove prepend-left-10' do
- %span.visible-xs-block
+ %span.d-block.d-sm-none
Delete
= icon('trash', class: 'hidden-xs')