Skip to content

Commit 977d12d

Browse files
committed
styles: fix half-width style in dev app
1 parent e0ea478 commit 977d12d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

dev/app.vue

+10-6
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,18 @@
249249
}
250250
}
251251
252-
.form-group.half-width {
253-
width: 50%;
254-
}
252+
fieldset.vue-form-generator {
255253
256-
.half-width + .half-width {
257-
&:not(.first) {
258-
padding-left: 0.5rem;
254+
.form-group.half-width {
255+
width: 50%;
259256
}
257+
258+
.half-width + .half-width {
259+
&:not(.first) {
260+
padding-left: 0.5rem;
261+
}
262+
}
263+
260264
}
261265
262266

0 commit comments

Comments
 (0)