fix tech radar modal width
Signed-off-by: Sander Sluis <ssluis@bol.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
---
|
||||
|
||||
Fixed the width of the tech radar dialog so that the content fits
|
||||
@@ -45,7 +45,13 @@ const RadarDescription = (props: Props): JSX.Element => {
|
||||
const { open, onClose, title, description, timeline, url, links } = props;
|
||||
|
||||
return (
|
||||
<Dialog data-testid="radar-description" open={open} onClose={onClose}>
|
||||
<Dialog
|
||||
data-testid="radar-description"
|
||||
open={open}
|
||||
onClose={onClose}
|
||||
maxWidth="lg"
|
||||
fullWidth
|
||||
>
|
||||
<DialogTitle data-testid="radar-description-dialog-title">
|
||||
{title}
|
||||
</DialogTitle>
|
||||
|
||||
Reference in New Issue
Block a user