From e722cc63a603d8bb4f4e32654db7dc793f1daf64 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 23 Jul 2025 15:50:51 -0500 Subject: [PATCH] Make room for pin clear button when dialog is expanded --- app/assets/stylesheets/trays.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index a2441d15d..d03dd0952 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -354,6 +354,14 @@ max-inline-size: unset; } + .workflow-stage--current { + transition: translate 150ms ease-out; + + [open] & { + translate: -2em; + } + } + .card__meta-grid { margin-inline-start: 0; }