Skip to content

Commit 5db78c9

Browse files
authored
fix(Table): cell aligning should be maximum specific (#1764)
1 parent 27f9a9f commit 5db78c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table/Table.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
background-color: var(--g-color-base-background);
4040
@include mixins.text-subheader-2();
41-
&_align_right {
41+
:is(&_align_right) {
4242
#{$block}__table-header-content {
4343
justify-content: flex-end;
4444

0 commit comments

Comments
 (0)