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/application_settings/_koding.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/application_settings/_koding.html.haml') diff --git a/app/views/admin/application_settings/_koding.html.haml b/app/views/admin/application_settings/_koding.html.haml index 9d3cef89a47..0532f49fd5b 100644 --- a/app/views/admin/application_settings/_koding.html.haml +++ b/app/views/admin/application_settings/_koding.html.haml @@ -3,7 +3,7 @@ %fieldset .form-group.row - .col-sm-offset-2.col-sm-10 + .offset-sm-2.col-sm-10 .form-check = f.label :koding_enabled do = f.check_box :koding_enabled -- cgit v1.2.1