Add column class to keep proper alignment of forms

When translations interface is enabled we also want to keep
proper alignment between translatable and not translatable fields.

Co-Authored-By: alessandro <agileontheweb@gmail.com>
This commit is contained in:
Senén Rodero Rodríguez
2019-05-31 18:20:33 +02:00
parent 3ef8ef8c9c
commit db70594fca
3 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<%= render "shared/errors", resource: @investment %>
<div class="row">
<div class="row column">
<div class="small-12 medium-8 column">
<%= f.select :heading_id, budget_heading_select_options(@budget), {include_blank: true, } %>
</div>

View File

@@ -4,8 +4,7 @@
<%= render "shared/errors", resource: @debate %>
<div class="row">
<div class="row column">
<%= f.translatable_fields do |translations_form| %>
<div class="small-12 column">
<%= translations_form.text_field :title,

View File

@@ -4,7 +4,7 @@
<%= render "shared/errors", resource: @proposal %>
<div class="row">
<div class="row column">
<%= f.translatable_fields do |translations_form| %>
<div class="small-12 column">
<%= translations_form.text_field :title,