Nástřel přidávání pizzy

This commit is contained in:
2023-06-05 21:14:35 +02:00
parent 5fd4edee94
commit 2e80faa6b8
5 changed files with 48 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ import { Table } from "react-bootstrap";
import { Order } from "../Types";
export default function PizzaOrderList({ orders }: { orders: Order[] }) {
return <Table striped bordered hover>
return <Table className="mt-3" striped bordered hover>
<thead>
<tr>
<th>Pizza</th>