Skip to content

Commit 5275ea4

Browse files
zombieJclaude
andcommitted
fix: prevent list-content from shrinking in flex container
Add flex-shrink: 0 to maintain stable content sizing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 38196d8 commit 5275ea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/geek.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
&-list-content {
124124
position: relative;
125125
display: flex;
126+
flex-shrink: 0;
126127
flex-direction: column;
127128
gap: 8px;
128129
width: 100%;

0 commit comments

Comments
 (0)