Skip to content

Commit d6511aa

Browse files
authored
Decrease viewport width at which the ButtonGroup wraps (#2399)
1 parent 61ab980 commit d6511aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/circuit-ui/components/Button/base.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
}
344344
}
345345

346-
@container cui-button-group (width > 420px) {
346+
@container cui-button-group (width > 370px) {
347347
/* Keep in sync with the .secondary class above */
348348
.tertiary {
349349
color: var(--cui-fg-normal);

packages/circuit-ui/components/ButtonGroup/ButtonGroup.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
margin-top: var(--cui-spacings-kilo);
1414
}
1515

16-
@container cui-button-group (width > 420px) {
16+
@container cui-button-group (width > 370px) {
1717
.base {
1818
flex-direction: row-reverse;
1919
}

0 commit comments

Comments
 (0)