Skip to content

Commit

Permalink
Merge pull request #5158 from datvm:fix-circular-progress-size
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580015596
  • Loading branch information
copybara-github committed Nov 7, 2023
2 parents 48d84f8 + 075119c commit bddf031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions progress/internal/_circular-progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@

display: inline-flex;
vertical-align: middle;
min-block-size: var(--_size);
min-inline-size: var(--_size);
width: var(--_size);
height: var(--_size);
position: relative;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit bddf031

Please sign in to comment.