add word-break: normal to the "moved in direction" table header cell
Signed-off-by: Vladimir Kobzev <vkobzev@bol.com>
This commit is contained in:
@@ -47,7 +47,9 @@ const RadarTimeline = (props: Props): JSX.Element => {
|
||||
<Table aria-label="simple table">
|
||||
<TableHead>
|
||||
<TableRow>
|
||||
<TableCell align="left">Moved in direction</TableCell>
|
||||
<TableCell align="left" style={{ wordBreak: 'normal' }}>
|
||||
Moved in direction
|
||||
</TableCell>
|
||||
<TableCell align="left">Moved to ring</TableCell>
|
||||
<TableCell align="left">Moved on date</TableCell>
|
||||
<TableCell align="left">Description</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user