1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-06-30 20:23:59 +00:00

Remove form's offset & extend it on 12 columns

This commit is contained in:
Aleksandr Gumroian 2020-07-22 15:59:49 +02:00
parent a4bb41d585
commit 9be880aeaa
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -7,4 +7,4 @@
/** Bootstrap column size for form fields */
// eslint-disable-next-line import/prefer-default-export
export const formFieldsSize = "col-sm-12 offset-lg-1 col-lg-10 p-0 mb-3";
export const formFieldsSize = "col-sm-12 col-lg-12 p-0 mb-3";