From 82cee9dc29816be646f674bf978907bfdc945484 Mon Sep 17 00:00:00 2001 From: rarmitag <35737789+rarmitag@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:48:11 -0700 Subject: [PATCH] Fixed screen sizing issue 20306 (#1447) * Update spacing in examine.vue * 20340 Close decision dropdowns when an option is selected (#1446) * close `ListSelect` with `multiple` prop when an option is selected/deselected * update version * add prop to toggle behaviour * consistent prop placement * trigger pipline * trigger pipline 2 * Update pages/Examine.vue Co-authored-by: semmatti <144159881+semmatti@users.noreply.github.com> --------- Co-authored-by: semmatti <144159881+semmatti@users.noreply.github.com> --- pages/Examine.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/Examine.vue b/pages/Examine.vue index 2fc10a87..7425fbde 100644 --- a/pages/Examine.vue +++ b/pages/Examine.vue @@ -50,10 +50,10 @@ v-if=" !examine.isComplete && !reservedOrCondReserved && !examine.isEditing " - class="flex grow flex-col space-x-3 bg-gray-100 p-4 xl:flex-row" + class="flex grow flex-col space-x-3 bg-gray-100 p-4 2xl:flex-row" > - - + +