Skip to content

Commit

Permalink
Remove extraneous width style
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Feb 18, 2022
1 parent 916dc8d commit 3dda204
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/components/src/border-control/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ export const InnerWrapper = css`
flex: 1;
${ rtl( { marginLeft: 0 } )() }
}
/* If arbitrary width is supplied honor it. */
&[style*='width'] {
flex: 0 0 auto;
}
`;

export const WrapperWidth = ( width: CSSProperties[ 'width' ] ) => {
Expand Down

0 comments on commit 3dda204

Please sign in to comment.