From 80b4d0b34f149344b0a279904e7b67089658afb2 Mon Sep 17 00:00:00 2001 From: Sander Sluis Date: Thu, 24 Aug 2023 13:52:11 +0200 Subject: [PATCH] fix tech radar modal width Signed-off-by: Sander Sluis --- .changeset/early-trains.draw.md | 5 +++++ .../src/components/RadarDescription/RadarDescription.tsx | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .changeset/early-trains.draw.md diff --git a/.changeset/early-trains.draw.md b/.changeset/early-trains.draw.md new file mode 100644 index 0000000000..30aad1a08d --- /dev/null +++ b/.changeset/early-trains.draw.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-tech-radar': patch +--- + +Fixed the width of the tech radar dialog so that the content fits diff --git a/plugins/tech-radar/src/components/RadarDescription/RadarDescription.tsx b/plugins/tech-radar/src/components/RadarDescription/RadarDescription.tsx index df39c2ce55..7e2dabc3d4 100644 --- a/plugins/tech-radar/src/components/RadarDescription/RadarDescription.tsx +++ b/plugins/tech-radar/src/components/RadarDescription/RadarDescription.tsx @@ -45,7 +45,13 @@ const RadarDescription = (props: Props): JSX.Element => { const { open, onClose, title, description, timeline, url, links } = props; return ( - + {title}