editor de imagen a una columna en responsive

This commit is contained in:
f 2020-11-18 13:40:47 -03:00
parent ed6530a6ba
commit a4f8debcd7

View file

@ -45,11 +45,11 @@
%div{ data: { editor: { auxiliary: 'img' } } }
.row
.col.form-group.d-flex.align-items-end
.col-12.col-md.form-group.d-flex.align-items-end
.custom-file
%input.custom-file-input{ type: 'file', data: { prop: 'img-file' }, accept: 'image/*' }/
%label.custom-file-label{ for: 'img-file' }= t('editor.file.img')
.col.form-group
.col-12.col-md.form-group
%label{ for: 'img-alt' }= t('editor.description')
%input.form-control{ type: 'text', data: { prop: 'img-alt' } }/