Skip to content

Commit

Permalink
fix(circular-progress): updated the host element to set block-size
Browse files Browse the repository at this point in the history
…and `inline-size` explicitly (#711)
  • Loading branch information
DRiFTy17 authored Oct 18, 2024
1 parent 94d29e8 commit 98bf586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/circular-progress/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $_cycle-duration: calc(4 * #{token(arc-duration)});
@mixin container {
display: inline-flex;
vertical-align: middle;
min-block-size: #{token(size)};
min-inline-size: #{token(size)};
block-size: #{token(size)};
inline-size: #{token(size)};
position: relative;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 98bf586

Please sign in to comment.