Skip to content

Commit 005c672

Browse files
authored
fix(Table): selectors specifity (#1778)
1 parent 49e78f0 commit 005c672

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Table/Table.scss

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

0 commit comments

Comments
 (0)