Skip to content

Commit

Permalink
Fix icons are shrinked sometimes inside popup
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Dec 23, 2024
1 parent 24537b3 commit 22fcc4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/survey-creator-core/src/components/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
display: flex;
width: var(--ctr-list-item-icon-width, calcSize(3));
height: var(--ctr-list-item-icon-height, calcSize(3));
flex-shrink: 0;
justify-content: center;
align-items: center;

Expand Down

0 comments on commit 22fcc4c

Please sign in to comment.