🐛 fix: prevent recently viewed items from shrinking (#11780)

Add flex-shrink: 0 to prevent items from being compressed when container space is limited.

Closes LOBE-4212
This commit is contained in:
Innei
2026-01-24 19:31:55 +08:00
committed by GitHub
parent c4c24b6b83
commit 60ad7deb58

View File

@@ -34,6 +34,7 @@ const styles = createStaticStyles(({ css, cssVar }) => ({
cursor: pointer;
overflow: hidden;
flex-shrink: 0;
padding-block: 6px;
padding-inline: 8px;