mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table: Fix table cell text jumping on hover (#93913)
fix(table): table cell text jumping on hover
This commit is contained in:
parent
e37b43117b
commit
9801b92c3d
@ -40,6 +40,7 @@ export const TableCell = ({
|
||||
}
|
||||
|
||||
if (cellProps.style) {
|
||||
cellProps.style.wordBreak = 'break-word';
|
||||
cellProps.style.minWidth = cellProps.style.width;
|
||||
const justifyContent = (cell.column as any).justifyContent;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user