From af512e788d69ca552bdc8daa196b7f0f18877b44 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 14 Dec 2018 10:38:19 -0300 Subject: [PATCH] =?UTF-8?q?mostrar=20el=20editor=20m=C3=A1s=20angosto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/posts/edit.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/edit.haml b/app/views/posts/edit.haml index d9e13dc..d7e0180 100644 --- a/app/views/posts/edit.haml +++ b/app/views/posts/edit.haml @@ -9,5 +9,5 @@ t('posts.edit')] .row - .col + .col-md-8 = render 'posts/form'