Skip to content

Commit

Permalink
fix(comp:cascader): group height should be same as panel height
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Mar 13, 2023
1 parent c217da6 commit 0f9345c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/cascader/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

display: flex;
flex-wrap: nowrap;
align-items: flex-start;
align-items: stretch;
font-size: @cascader-option-font-size;
overflow: auto;
}
Expand Down

0 comments on commit 0f9345c

Please sign in to comment.