mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-12-26 00:21:36 +01:00
Remove form's offset & extend it on 12 columns
This commit is contained in:
parent
a4bb41d585
commit
9be880aeaa
|
@ -7,4 +7,4 @@
|
||||||
|
|
||||||
/** Bootstrap column size for form fields */
|
/** Bootstrap column size for form fields */
|
||||||
// eslint-disable-next-line import/prefer-default-export
|
// 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";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user