Skip to content

Commit

Permalink
fix(grid): remove cells text alignment inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova committed Jan 24, 2025
1 parent 38e2e0a commit f34a958
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/scss/components/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
border-color: inherit;
outline: 0;
font-weight: inherit;
text-align: inherit;
position: static;
overflow: hidden;
text-overflow: ellipsis;
Expand Down
1 change: 0 additions & 1 deletion packages/fluent/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
border-color: inherit;
outline: 0;
font-weight: inherit;
text-align: inherit;
position: static;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit f34a958

Please sign in to comment.