Skip to content

Commit

Permalink
Refactor/design review action group alignment (#712)
Browse files Browse the repository at this point in the history
closes #693
  • Loading branch information
AdhamAH committed Sep 30, 2024
1 parent 859b2ba commit fe6e99c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/components-css/action-group/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
.utrecht-button-group {
column-gap: var(--utrecht-button-group-column-gap, 0.5rem);
row-gap: var(--utrecht-button-group-row-gap, 0.5rem);
@media (width <= 768px) {
flex-direction: column;
.utrecht-button,
.utrecht-button-link {
min-inline-size: 100%;
}
}
}

0 comments on commit fe6e99c

Please sign in to comment.