fix calendar padding
This commit is contained in:
parent
79570efe1a
commit
5f0d707884
@ -6,7 +6,7 @@ export default async function AddOrdersPage() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="Новая запись" />
|
||||
<Container>
|
||||
<Container className="px-0">
|
||||
<OrderForm />
|
||||
</Container>
|
||||
</>
|
||||
|
||||
@ -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 />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user