Skip to content

Commit 30a38d3

Browse files
committed
Ensure that adjacent form elements take up to 50% width
1 parent 768716d commit 30a38d3

File tree

1 file changed

+8
-0
lines changed
  • ui/components/app/snaps/snap-ui-renderer

1 file changed

+8
-0
lines changed

ui/components/app/snaps/snap-ui-renderer/index.scss

+8
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,12 @@
8484
max-width: $width-screen-lg-min;
8585
}
8686
}
87+
88+
&__form {
89+
.snap-ui-renderer__panel {
90+
.mm-box--display-flex.mm-box--flex-direction-column {
91+
flex: 1 1 50%; // Ensure that adjacent form elements take up to 50% width
92+
}
93+
}
94+
}
8795
}

0 commit comments

Comments
 (0)