diff --git a/frontend/src/pages/admin/settings/SettingsBusinessProfilePage.tsx b/frontend/src/pages/admin/settings/SettingsBusinessProfilePage.tsx index b1d86332..d813b688 100644 --- a/frontend/src/pages/admin/settings/SettingsBusinessProfilePage.tsx +++ b/frontend/src/pages/admin/settings/SettingsBusinessProfilePage.tsx @@ -433,20 +433,26 @@ const BusinessHoursEditor: React.FC<{ {blocks.map((block, idx) => (
- , NOT the shared — that one wraps + the field in a w-full div, so two of them in a flex row + split the width and the trailing +/trash buttons shift + the columns out of alignment. Fixed-width + shrink-0 + keeps every block's start/end columns lined up. The + `input` class carries the shared field styling. */} + updateBlock(iso, idx, { start: e.target.value })} - className="w-32" + className="input w-32 shrink-0" /> - updateBlock(iso, idx, { end: e.target.value })} - className="w-32" + className="input w-32 shrink-0" />