Skip to content

Commit

Permalink
fix(comp:table): selectable header vertical alignment issue (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
cisolarix committed Dec 23, 2021
1 parent 24da0a0 commit e9f85e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@
}

& &-cell-selectable {
display: flex;
align-items: center;
& > .@{idux-prefix}-dropdown-trigger {
margin-left: 4px;
}
Expand Down

0 comments on commit e9f85e4

Please sign in to comment.