From 9cc82c02bff06cae796f572001825e3516c27136 Mon Sep 17 00:00:00 2001 From: its-mitesh-kumar Date: Mon, 4 Nov 2024 14:50:51 +0530 Subject: [PATCH] fix(catalog-react) : adding changeset file Signed-off-by: its-mitesh-kumar --- .changeset/healthy-planets-confess.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/healthy-planets-confess.md diff --git a/.changeset/healthy-planets-confess.md b/.changeset/healthy-planets-confess.md new file mode 100644 index 0000000000..a55b5c1044 --- /dev/null +++ b/.changeset/healthy-planets-confess.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Fixed bug in `EntityDisplayName` where text was overflowing.