Skip to content

Commit

Permalink
fix(pro:textarea): fix index column cell align-items (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 authored Aug 23, 2022
1 parent c6f3ea0 commit f8a58fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pro/textarea/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

&-cell {
display: flex;
align-items: start;
align-items: flex-start;
justify-content: center;
padding-left: @pro-textarea-index-column-padding-horizontal;
padding-right: @pro-textarea-index-column-padding-horizontal;
Expand Down

0 comments on commit f8a58fc

Please sign in to comment.