Merge pull request #1548 from cavpollo/master

Fix horizontal form label position, from right to text-right
This commit is contained in:
Felipe Renan 2018-03-01 09:24:33 -03:00 committed by GitHub
commit ae83e92d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ SimpleForm.setup do |config|
b.optional :readonly
b.wrapper :label_wrapper, tag: :div, class: 'small-3 columns' do |ba|
ba.use :label, class: 'right inline'
ba.use :label, class: 'text-right inline'
end
b.wrapper :right_input_wrapper, tag: :div, class: 'small-9 columns' do |ba|