Skip to content

Commit abc9cf6

Browse files
committed
Fix issue with options component not displayed correctly
1 parent 9f95e1c commit abc9cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Table/TableContent.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
? utils.minWidth(cell.id, columns)
645645
: $colWidths[index]
646646
}px;`
647-
: 'max-width: min-content;'}
647+
: ''}
648648
>
649649
<Render of={cell.render()} />
650650
</div>

0 commit comments

Comments
 (0)