From e73a87c0a5d6afe773da13de8a3e11484ac49f59 Mon Sep 17 00:00:00 2001 From: Jay George Date: Fri, 3 Oct 2025 14:04:44 +0100 Subject: [PATCH 1/2] Use container queries instead of media queries for publish fields to fix their width when they're in a narrow stack --- packages/ui/src/Panel/Panel.vue | 2 +- resources/css/components/publish.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/Panel/Panel.vue b/packages/ui/src/Panel/Panel.vue index 0ef99f99c56..55df96b0d27 100644 --- a/packages/ui/src/Panel/Panel.vue +++ b/packages/ui/src/Panel/Panel.vue @@ -12,7 +12,7 @@ const props = defineProps({