Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a max-width
Browse files Browse the repository at this point in the history
tyxla committed Jul 31, 2023
1 parent 7b63099 commit 4c1c86e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/progress-bar/styles.ts
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ export const Track = styled.div`
position: relative;
overflow: hidden;
width: 100%;
max-width: 160px;
height: ${ CONFIG.borderWidthFocus };
background-color: var(
--wp-components-color-gray-100,

0 comments on commit 4c1c86e

Please sign in to comment.