2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Make form grid gutter width configurable (#27766)

This commit is contained in:
Jacob Müller
2018-12-05 16:15:24 +01:00
committed by XhmikosR
parent b16127fc10
commit 8fb6e84fa0
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -506,6 +506,7 @@ $form-check-input-margin-x: .25rem !default;
$form-check-inline-margin-x: .75rem !default;
$form-check-inline-input-margin-x: .3125rem !default;
$form-grid-gutter-width: 10px !default;
$form-group-margin-bottom: 1rem !default;
$input-group-addon-color: $input-color !default;