Hi @scotty501,
Please add the following CSS under Appearance > Customize > Additional CSS section to fix this issue.
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
flex-basis: content;
}
Let me know if you succeed – I’m happy to help.