From 1e6e9e8bf0c0cdced4eafc22d5ca2132dd43ee9b Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 17 Apr 2015 16:14:06 +0300 Subject: [PATCH] Add more room for title --- 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 3832a7664..5d76c6a72 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-6 + .col-sm-7 %h1.text-center-xs = truncate(name, length: 35) - .col-sm-6 + .col-sm-5 %h1.text-right.text-center-xs = yield :actions %hr