Skip to content

Commit

Permalink
fix(RichCell): replace with to inline-size
Browse files Browse the repository at this point in the history
  • Loading branch information
EldarMuhamethanov committed Jan 24, 2025
1 parent 2671b52 commit d94adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/RichCell/RichCell.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
flex-shrink: 0;
min-inline-size: 0;
flex-grow: 1;
width: min-content;
inline-size: min-content;
}

.alignSelfStart {
Expand Down

0 comments on commit d94adea

Please sign in to comment.