Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 20:49:32 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 20:49:32 +0300
commit9b9d0f396ddcc598a685b58a76d1b9fa727df09f (patch)
tree40dd42cfb2cad53d150c86c736f7614e8d1150f3 /app/views/admin/broadcast_messages
parent5a4342c3206d8fc8a2c4b7623f52bd10ff083c6b (diff)
[skip ci] Replace col-*-offset-* with offset-*-*
Diffstat (limited to 'app/views/admin/broadcast_messages')
-rw-r--r--app/views/admin/broadcast_messages/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
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'