Merge pull request #19784 from npiyush97/fix-#19222
Tech radar timeline component formatting #19222
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
---
|
||||
|
||||
Fixed `RadarTimeline` text formatting.
|
||||
@@ -76,10 +76,10 @@ const RadarTimeline = (props: Props): JSX.Element => {
|
||||
''
|
||||
)}
|
||||
</TableCell>
|
||||
<TableCell align="left">
|
||||
<TableCell align="left" style={{ whiteSpace: 'nowrap' }}>
|
||||
{timeEntry.ring.name ? timeEntry.ring.name : ''}
|
||||
</TableCell>
|
||||
<TableCell align="left">
|
||||
<TableCell align="left" style={{ whiteSpace: 'nowrap' }}>
|
||||
{timeEntry.date.toLocaleDateString()
|
||||
? timeEntry.date.toLocaleDateString()
|
||||
: ''}
|
||||
|
||||
Reference in New Issue
Block a user