diff --git a/client/src/App.css b/client/src/App.css index 69e5776..fbcedc1 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -1783,6 +1783,8 @@ input[type="checkbox"] { font-weight: bold; white-space: nowrap; color: #333; + margin-bottom: 4px; + line-height: 1.1; } .seating-chart-container { diff --git a/client/src/components/seating/CircularTable.js b/client/src/components/seating/CircularTable.js index fc5ef92..233498a 100644 --- a/client/src/components/seating/CircularTable.js +++ b/client/src/components/seating/CircularTable.js @@ -56,6 +56,9 @@ const CircularTable = ({tableNumber, guests = [], inCenterCustomerIds = [], onSe }; return (
+
+ {guest?.customerName || ''} +
{defaultSeatNumber[index]}
-
- {guest?.customerName || ''} -
) })}