mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 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:
@@ -34,6 +34,7 @@ const styles = createStaticStyles(({ css, cssVar }) => ({
|
||||
cursor: pointer;
|
||||
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
|
||||
padding-block: 6px;
|
||||
padding-inline: 8px;
|
||||
|
||||
Reference in New Issue
Block a user