Skip to content

Commit

Permalink
Add more padding around form buttons
Browse files Browse the repository at this point in the history
Applies to the default list layout
  • Loading branch information
dpwatrous committed Sep 6, 2023
1 parent 13b4cf1 commit 52f7e20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ interface ButtonContainerProps {
const ButtonContainer = (props: ButtonContainerProps) => {
return (
<Stack
style={{ paddingTop: 8 }}
className="form-button-container"
horizontal={true}
tokens={{ childrenGap: "8px" }}
Expand Down

0 comments on commit 52f7e20

Please sign in to comment.