diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-13 12:49:32 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-13 12:49:32 -0500 |
commit | 9b9d0f396ddcc598a685b58a76d1b9fa727df09f (patch) | |
tree | 40dd42cfb2cad53d150c86c736f7614e8d1150f3 /app/views/help | |
parent | 5a4342c3206d8fc8a2c4b7623f52bd10ff083c6b (diff) | |
download | gitlab-ce-9b9d0f396ddcc598a685b58a76d1b9fa727df09f.tar.gz |
[skip ci] Replace col-*-offset-* with offset-*-*
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/ui.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml index c53069de2bd..71744b6546e 100644 --- a/app/views/help/ui.html.haml +++ b/app/views/help/ui.html.haml @@ -471,13 +471,13 @@ .col-sm-10 %input#inputPassword3.form-control{ :placeholder => "Password", :type => "password" }/ .form-group.row - .col-sm-offset-2.col-sm-10 + .offset-sm-2.col-sm-10 .form-check %label %input{ :type => "checkbox" }/ Remember me .form-group.row - .col-sm-offset-2.col-sm-10 + .offset-sm-2.col-sm-10 %button.btn.btn-secondary{ :type => "submit" } Sign in .lead |