Skip to content

Commit

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

0 comments on commit c76ffad

Please sign in to comment.