Skip to content

Commit

Permalink
chore: stack actions on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter committed Sep 28, 2022
1 parent 802a596 commit f417b52
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/consent-manager/components/dialog.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,16 @@

.dialogFooter {
display: flex;
flex-direction: column;
justify-content: flex-end;
flex-shrink: 0;
padding: 24px;
gap: 24px;
column-gap: 24px;
row-gap: 12px;
background-color: var(--wpl-neutral-0);
border-top: 1px solid var(--wpl-neutral-200);

@media (min-width: 420px) {
flex-direction: row;
}
}

0 comments on commit f417b52

Please sign in to comment.