Merge pull request #22974 from yu-kkurii/fix-radar-table-squish

Fix Tech Radar header cell getting squished and unreadable
This commit is contained in:
Fredrik Adelöw
2024-02-22 14:17:01 +01:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': patch
---
Fixed an issue with the "moved in direction" table header cell getting squished and becoming unreadable if a timeline description is too long
@@ -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>