Skip to content

Commit d31f6eb

Browse files
Fixing the Customers page's search style
1 parent cdc7d5e commit d31f6eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/ui/customers/table.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ export default async function CustomersTable({
1212
}) {
1313
return (
1414
<div className="w-full">
15-
<Search placeholder="Search customers..." />
15+
<div className="mt-4 md:mt-8">
16+
<Search placeholder="Search customers..." />
17+
</div>
1618

1719
<div className="mt-6 flow-root">
1820
<div className="overflow-x-auto">

0 commit comments

Comments
 (0)