From 9b9d0f396ddcc598a685b58a76d1b9fa727df09f Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 13 Apr 2018 12:49:32 -0500 Subject: [skip ci] Replace col-*-offset-* with offset-*-* --- app/views/admin/broadcast_messages/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/broadcast_messages') diff --git a/app/views/admin/broadcast_messages/_form.html.haml b/app/views/admin/broadcast_messages/_form.html.haml index ff1e4d5610f..4c659327654 100644 --- a/app/views/admin/broadcast_messages/_form.html.haml +++ b/app/views/admin/broadcast_messages/_form.html.haml @@ -16,7 +16,7 @@ required: true, data: { preview_path: preview_admin_broadcast_messages_path } .form-group.row.js-toggle-colors-container - .col-sm-10.col-sm-offset-2 + .col-sm-10.offset-sm-2 = link_to 'Customize colors', '#', class: 'js-toggle-colors-link' .form-group.row.js-toggle-colors-container.d-none = f.label :color, "Background Color", class: 'col-form-label col-sm-2' -- cgit v1.2.1