Skip to content

Commit

Permalink
fix(data-table): Add noflip annotation to header cell text align
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 320629895
  • Loading branch information
abhiomkar authored and copybara-github committed Jul 10, 2020
1 parent 1e7cb61 commit 843f636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mdc-data-table/_data-table-header-cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@

@include feature-targeting-mixins.targets($feat-structure) {
box-sizing: border-box;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
outline: none;

/* @noflip */
text-align: left;

@include rtl-mixins.rtl {
/* @noflip */
text-align: right;
Expand Down

0 comments on commit 843f636

Please sign in to comment.