Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gethinwebster authored Jan 3, 2025
2 parents bd122b0 + 5fd71dd commit ebe7e9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}
],
"@cloudscape-design/no-motion-outside-of-mixin": [true],
"@cloudscape-design/z-index-value-constraint": [true],
"plugin/no-unsupported-browser-features": [
true,
{
Expand Down
1 change: 1 addition & 0 deletions src/button-dropdown/internal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ const InternalButtonDropdown = React.forwardRef(
ref={mainActionRef}
{...mainActionProps}
{...mainActionIconProps}
fullWidth={canBeFullWidth}
className={clsx(
styles['trigger-button'],
hasNoText && styles['has-no-text'],
Expand Down
1 change: 0 additions & 1 deletion src/button-dropdown/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ $dropdown-trigger-icon-offset: 2px;

.main-action-full-width {
flex: 1 1 0;
text-align: center;
}

.main-action-trigger-full-width {
Expand Down

0 comments on commit ebe7e9e

Please sign in to comment.