allow wrapping on action menu

This commit is contained in:
Hayden 2023-02-18 09:56:00 -09:00
parent 1f8368883c
commit 065a917b77
No known key found for this signature in database
GPG key ID: 17CF79474E257545
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@
</template>
<template #title-actions>
<div class="flex mt-2 gap-2">
<div class="flex flex-wrap mt-2 gap-2">
<div class="form-control max-w-[160px]">
<label class="label cursor-pointer">
<input v-model="preferences.showDetails" type="checkbox" class="toggle toggle-primary" />

View file

@ -156,7 +156,7 @@
</template>
<template #title-actions>
<div class="flex mt-2 gap-2">
<div class="flex flex-wrap mt-2 gap-2">
<div class="form-control max-w-[160px]">
<label class="label cursor-pointer">
<input v-model="preferences.showDetails" type="checkbox" class="toggle toggle-primary" />