Skip to content

Commit

Permalink
Fixed screen sizing issue 20306 (#1447)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
rarmitag and semmatti committed Apr 11, 2024
1 parent 152b2f0 commit 82cee9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/Examine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<ExamineRecipe class="xl:w-1/2" />
<ExamineDecision v-if="showDecisionPanel" class="xl:w-1/2" />
<ExamineRecipe class="2xl:w-1/2" />
<ExamineDecision v-if="showDecisionPanel" class="2xl:w-1/2" />
</div>
</div>
</template>
Expand Down

0 comments on commit 82cee9d

Please sign in to comment.