Skip to content

Commit

Permalink
fix: Circular progress isn't circular in flex column display
Browse files Browse the repository at this point in the history
  • Loading branch information
datvm committed Nov 3, 2023
1 parent 6b5ab21 commit 075119c
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 075119c

Please sign in to comment.