Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(data-table): Fixed alignment of numeric header cell with sort but…
Browse files Browse the repository at this point in the history
…ton.

PiperOrigin-RevId: 311325834
  • Loading branch information
abhiomkar authored and copybara-github committed May 13, 2020
1 parent 0a371b4 commit 2139200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mdc-data-table/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,9 @@

.mdc-data-table__header-cell-wrapper {
@include feature-targeting-mixins.targets($feat-structure) {
display: inline-flex;
align-items: center;
display: inline-flex;
vertical-align: middle;
}
}

Expand Down

0 comments on commit 2139200

Please sign in to comment.