Skip to content

Commit 3d6e855

Browse files
committed
style: Change height to min-height in chat tree styles for better layout flexibility
1 parent fdbc456 commit 3d6e855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/src/components/layout/sidebar_items/chat/tree-styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
min-width: 0;
4141
gap: 8px;
4242
overflow: hidden;
43-
height: 24px;
43+
min-height: 24px;
4444
}
4545

4646
.tree-node-title {

0 commit comments

Comments
 (0)