Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennlee20/ad1b1e3a1f03d961c67ca3e9c691e607 to your computer and use it in GitHub Desktop.
Save jennlee20/ad1b1e3a1f03d961c67ca3e9c691e607 to your computer and use it in GitHub Desktop.
fluentform-stepform-final-step-button-bug.css
/*In final step, the button left and right showing as different line in mobile mode.*/
.fluent_form_1 .ff-t-container.ff-inner_submit_container.ff-column-container {
display: flex !important;
justify-content: space-between !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment