Double-click both of the buttons and give them a class name, let's say "button-fixed-width"
"
in your "main.scss" file, add this code (change the width as suitable):
.button-fixed-width {
width: 300px;
}
Hello Jessica,
Depending if you are working with a native or web application you can use custom css or react js styling to do the trick.
Online there are many resources to help you with setting the right code for the size.
Probably you need to fill in a width: or a min-width
For example:
https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_width for css
Also check out the mendix documentation around styling to do it in a proper way:
Hope this helps !
good luck