From 2d45a637e586bfaa1ddede092198b18da03f89d7 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 15 Aug 2024 11:49:34 +0200 Subject: [PATCH] feat(SW-240): remove width from input class --- .../Forms/BookingWidget/FormContent/formContent.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Forms/BookingWidget/FormContent/formContent.module.css b/components/Forms/BookingWidget/FormContent/formContent.module.css index 1d7e96672..767fd6797 100644 --- a/components/Forms/BookingWidget/FormContent/formContent.module.css +++ b/components/Forms/BookingWidget/FormContent/formContent.module.css @@ -1,8 +1,6 @@ .input { display: flex; gap: var(--Spacing-x2); - width: 100%; - max-width: 1250px; } .bodyFontSize {