Skip to content

Commit

Permalink
fix/style: adjusted the primary buttons position if it is the only on…
Browse files Browse the repository at this point in the history
…e in the action group
  • Loading branch information
BenniEngel committed Nov 15, 2024
1 parent 80449fa commit 2c5567c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
order: 3;
}

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

.secondary {
order: 2;
}
Expand Down

0 comments on commit 2c5567c

Please sign in to comment.