Skip to content

Commit 96b8d2f

Browse files
authored
fix(Table): increase styles specifity (#1776)
1 parent 6ceb526 commit 96b8d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/Table/Table.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
height: var(--ydb-table-cell-height) !important;
5151
padding: 0;
5252
@include mixins.text-body-2();
53-
&_align_right {
53+
:is(&_align_right) {
5454
text-align: right;
5555
}
56-
&_vertical-align_top {
56+
:is(&_vertical-align_top) {
5757
vertical-align: top;
5858
}
5959
}

0 commit comments

Comments
 (0)