Skip to content

Commit

Permalink
fix(Table): selectors specifity (#1778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug authored Dec 23, 2024
1 parent 49e78f0 commit 005c672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Table/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
height: var(--ydb-table-cell-height) !important;
padding: 0;
@include mixins.text-body-2();
:is(&_align_right) {
text-align: right;
&_align_right {
text-align: right !important;
}
:is(&_vertical-align_top) {
vertical-align: top;
&_vertical-align_top {
vertical-align: top !important;
}
}
}

0 comments on commit 005c672

Please sign in to comment.