diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-04-12 12:59:24 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-04-12 16:16:59 +0100 |
commit | 6e99ed5d41f752fb8d495bd3297f9897fb9fd52e (patch) | |
tree | a32261b2d6a9905094a0fdb359ce9bdea7b2a457 /app/views/groups/new.html.haml | |
parent | 7457c1e1229cd1e90e608e8b247e2fbb217f05b6 (diff) | |
download | gitlab-ce-6e99ed5d41f752fb8d495bd3297f9897fb9fd52e.tar.gz |
Fixes stylelint for page_title.scss59873-page-title
Replaces CSS with BS4 Utility classes
Diffstat (limited to 'app/views/groups/new.html.haml')
-rw-r--r-- | app/views/groups/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml index 6269678079a..06e05d898d6 100644 --- a/app/views/groups/new.html.haml +++ b/app/views/groups/new.html.haml @@ -3,7 +3,7 @@ - page_title _('New Group') - header_title _("Groups"), dashboard_groups_path -.page-title-holder +.page-title-holder.d-flex.align-items-center %h1.page-title= _('New group') .row.prepend-top-default .col-lg-3.profile-settings-sidebar |