Skip to content

Commit

Permalink
fix(ActionGroup): adjusted the primary buttons position (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenniEngel authored Nov 27, 2024
1 parent 2855ea5 commit 003da76
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@

.primary {
order: 3;
&:only-child {
margin-left: auto;
}
}

.secondary {
margin-left: auto;
order: 2;

~ .secondary {
margin-left: unset;
}
}

.abort {
Expand Down

0 comments on commit 003da76

Please sign in to comment.