Skip to content

Commit

Permalink
fix: hcm caret shouldn't be allowed to shrink (#1733)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dsmmcken authored Jan 19, 2024
1 parent e8b9f12 commit 6547814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/HierarchicalCheckboxMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@include caret-icon;

margin-right: 4px;
flex-shrink: 0;
}
}

Expand Down

0 comments on commit 6547814

Please sign in to comment.