Skip to content

Commit 7622f57

Browse files
committed
Pass align style to cell hover reveal div
1 parent 5e8c6ad commit 7622f57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mantine-react-table/src/components/body/MRT_TableBodyCell.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
white-space: nowrap;
8484
overflow: hidden;
8585
text-overflow: ellipsis;
86+
text-align: var(--mrt-cell-align);
8687
}
8788

8889
.cell-hover-reveal.overflowing:hover{

0 commit comments

Comments
 (0)