Skip to content

Commit

Permalink
make button group stackable
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Jul 29, 2024
1 parent cbfcf97 commit 9abdf33
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function RegistrationActions({
};

return (
<Button.Group>
<Button.Group className="stackable">
<Button
onClick={() => {
csvExport(
Expand All @@ -108,7 +108,6 @@ export default function RegistrationActions({
href={`mailto:?bcc=${selectedEmails}`}
id="email-selected"
target="_blank"
className="btn btn-info selected-registrations-actions"
rel="noreferrer"
>
<Icon name="envelope" />
Expand Down

0 comments on commit 9abdf33

Please sign in to comment.