Skip to content

Commit 1ae1a4d

Browse files
committed
fix: table controls overflow sidebar
1 parent 959f8e1 commit 1ae1a4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/components/cedar-ui/table/TableBase.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ onMounted(() => {
6262
title="Search with..."
6363
/>
6464

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">
65+
<div :class="['flex flex-wrap items-end gap-2 sm:flex-nowrap', model === undefined ? 'flex-1' : 'sm:w-48']">
66+
<div :class="['flex w-full flex-1 flex-col gap-2']">
6767
<InputSelect
6868
:name="'sort'"
6969
:placeholder="'Sort by...'"

0 commit comments

Comments
 (0)