From 3cceece6b7c4eecdbd37886b4ccbc20400a4045a Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Thu, 11 Jun 2015 15:42:39 +0300 Subject: [PATCH] Give more room to actins in admin #2624 --- app/views/shared/_title.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_title.haml b/app/views/shared/_title.haml index 5d76c6a72..3832a7664 100644 --- a/app/views/shared/_title.haml +++ b/app/views/shared/_title.haml @@ -2,10 +2,10 @@ %title= "#{truncate(name, length: 60)}#{head_title_sufix}" .row - .col-sm-7 + .col-sm-6 %h1.text-center-xs = truncate(name, length: 35) - .col-sm-5 + .col-sm-6 %h1.text-right.text-center-xs = yield :actions %hr