Skip to content

Commit 6547814

Browse files
authored
fix: hcm caret shouldn't be allowed to shrink (#1733)
Caret shouldn't shrink if component is truncating. Component only used in enterprise right now, and there's a duplicate change in deephaven-ent/iris#1274
1 parent e8b9f12 commit 6547814

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/components/src/HierarchicalCheckboxMenu.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
@include caret-icon;
1919

2020
margin-right: 4px;
21+
flex-shrink: 0;
2122
}
2223
}
2324

0 commit comments

Comments
 (0)