Skip to content

Commit

Permalink
fix: add min height to column setter
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlongbo committed Feb 28, 2024
1 parent 4477558 commit 9a287b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const columnLabelContainerStyle = css`
display: flex;
flex-grow: 1;
cursor: pointer;
height: 22px;
overflow: hidden;
gap: 8px;
`
Expand Down

0 comments on commit 9a287b6

Please sign in to comment.