1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Fix buttons size outside of form's card layout

This commit is contained in:
Aleksandr Gumroian
2020-08-06 17:25:38 +02:00
parent e858b30994
commit 1dd1805ae0
4 changed files with 5 additions and 8 deletions

View File

@ -30,7 +30,7 @@ export { PasswordInput } from "./bootstrap/PasswordInput";
export { Radio, RadioSet } from "./bootstrap/RadioSet";
export { Select } from "./bootstrap/Select";
export { TextInput } from "./bootstrap/TextInput";
export { formFieldsSize } from "./bootstrap/constants";
export { formFieldsSize, buttonFormFieldSize } from "./bootstrap/constants";
export {
Spinner,