Skip to content

Commit

Permalink
fixing order for all other types
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil1793 committed Sep 19, 2023
1 parent 84965e0 commit 6fb7d2a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
margin: 0 auto;
width: 100%;
}

:host([uswds]:not([continue])) .usa-button-group {
flex-direction: column-reverse;
}
}

/* Original Component Styles. */
Expand Down

0 comments on commit 6fb7d2a

Please sign in to comment.