Skip to content

Commit 513886a

Browse files
updated elements
1 parent 381f8bb commit 513886a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Elements/Form/Form.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,11 @@
165165
}
166166
}
167167
@include breakpoints(variables('grid', 'breakpoints', 'medium'), 'max-width') {
168-
.#{$name}.#{class('form', 'items')} {
169-
>.#{class('form', 'item')} {
170-
flex: 0 0 100%;
168+
.#{$name}.#{class('form', 'name')} {
169+
.#{$name}.#{class('form', 'items')} {
170+
>.#{class('form', 'item')} {
171+
flex: 0 0 100%;
172+
}
171173
}
172174
}
173175
}

0 commit comments

Comments
 (0)