From e0d102599cb1827e4270bc5b9acee83119310b8f Mon Sep 17 00:00:00 2001 From: Ben Vu Date: Thu, 24 Apr 2025 15:51:59 -0400 Subject: [PATCH] add a changeset Signed-off-by: Ben Vu --- .changeset/cool-cities-grab.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/cool-cities-grab.md diff --git a/.changeset/cool-cities-grab.md b/.changeset/cool-cities-grab.md new file mode 100644 index 0000000000..e8e2e83695 --- /dev/null +++ b/.changeset/cool-cities-grab.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-components': patch +--- + +LogViewer now supports a textWrap prop that wraps log lines to the next line for overflowing content instead of using horizontal scroll