Skip to content

Commit

Permalink
Ensure that adjacent form elements take up to 50% width
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Jan 6, 2025
1 parent 1fbb63c commit be54210
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/components/app/snaps/snap-ui-renderer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,12 @@
max-width: $width-screen-lg-min;
}
}

&__form {
.snap-ui-renderer__panel {
.mm-box--display-flex.mm-box--flex-direction-column {
flex: 1 1 50%; // Ensure that adjacent form elements take up to 50% width
}
}
}
}

0 comments on commit be54210

Please sign in to comment.