fix calendar padding

This commit is contained in:
vchikalkin 2025-03-14 14:37:59 +03:00
parent 79570efe1a
commit 5f0d707884
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ export default async function AddOrdersPage() {
return (
<>
<PageHeader title="Новая запись" />
<Container>
<Container className="px-0">
<OrderForm />
</Container>
</>

View File

@ -10,7 +10,7 @@ import { OrderContextProvider } from '@/context/order';
export function OrderForm() {
return (
<div className="space-y-4">
<div className="space-y-4 [&>*]:px-4">
<OrderContextProvider>
<ContactsGrid />
<ServiceSelect />