Skip to content

Commit 841f20d

Browse files
committed
style: add box-sizing
1 parent 8a094c8 commit 841f20d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/formGenerator.vue

+4
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@
163163
$errorColor: lighten(#F00, 0%);
164164
165165
fieldset.vue-form-generator {
166+
167+
* {
168+
box-sizing: border-box;
169+
}
166170
167171
.form-control {
168172
// Default Bootstrap .form-control style

0 commit comments

Comments
 (0)