We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959f8e1 commit 1ae1a4dCopy full SHA for 1ae1a4d
1 file changed
resources/js/components/cedar-ui/table/TableBase.vue
@@ -62,8 +62,8 @@ onMounted(() => {
62
title="Search with..."
63
/>
64
65
- <div :class="['flex flex-wrap items-end gap-2 sm:flex-nowrap', { 'flex-1': model === undefined }]">
66
- <div class="flex w-full flex-1 flex-col gap-2 sm:w-40">
+ <div :class="['flex flex-wrap items-end gap-2 sm:flex-nowrap', model === undefined ? 'flex-1' : 'sm:w-48']">
+ <div :class="['flex w-full flex-1 flex-col gap-2']">
67
<InputSelect
68
:name="'sort'"
69
:placeholder="'Sort by...'"
0 commit comments