From 6338c77a0dfdd3c81b7135b5743edb13f0d92fd6 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Fri, 4 Oct 2024 15:26:37 +0200 Subject: [PATCH] feat(SW-350): Removed max-width --- .../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 cbb2de147..4109a5509 100644 --- a/components/Forms/BookingWidget/FormContent/formContent.module.css +++ b/components/Forms/BookingWidget/FormContent/formContent.module.css @@ -76,7 +76,6 @@ .rooms, .when { - max-width: 240px; padding: var(--Spacing-x1) var(--Spacing-x-one-and-half); border-radius: var(--Corner-radius-Small); } @@ -87,7 +86,6 @@ } .where { - max-width: 280px; position: relative; }