From 6e99ed5d41f752fb8d495bd3297f9897fb9fd52e Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Fri, 12 Apr 2019 12:59:24 +0100 Subject: Fixes stylelint for page_title.scss Replaces CSS with BS4 Utility classes --- app/views/groups/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/groups/new.html.haml') 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 -- cgit v1.2.1