Skip to content

Commit

Permalink
fix(comp:cascader): group height should be same as panel height (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Mar 13, 2023
1 parent 3463cea commit dfb5d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/cascader/style/index.less
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 dfb5d0b

Please sign in to comment.