Skip to content

Commit 42a26a3

Browse files
authored
don't allow the icons to size down when things don't fit (#3441)
1 parent 821fa36 commit 42a26a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/compass-databases-navigation/src/tree-item.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ const itemContainer = css({
6767
':hover': {
6868
fontWeight: 'bold',
6969
},
70+
71+
svg: {
72+
flexShrink: 0
73+
}
7074
});
7175

7276
const activeItemContainer = css({

0 commit comments

Comments
 (0)