From 4c2c350490a4f8d83a9ae004521143bd8ec4ccbe Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 24 Feb 2026 19:05:25 +0000 Subject: [PATCH] Create chatty-wasps-sink.md Signed-off-by: Charles de Dreuille --- .changeset/chatty-wasps-sink.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chatty-wasps-sink.md diff --git a/.changeset/chatty-wasps-sink.md b/.changeset/chatty-wasps-sink.md new file mode 100644 index 0000000000..4b9d5d3525 --- /dev/null +++ b/.changeset/chatty-wasps-sink.md @@ -0,0 +1,5 @@ +--- +'@backstage/ui': patch +--- + +Removed the `transition` on `Container` padding to prevent an unwanted animation when the viewport is resized.