From 772469297117f4477a14d9ae47a58a2ead21dc98 Mon Sep 17 00:00:00 2001 From: Hrishikesh Vaipurkar Date: Wed, 30 Oct 2024 10:45:04 +0100 Subject: [PATCH] feat: SW-633 Fixed alignment issue --- components/DatePicker/date-picker.module.css | 1 + components/GuestsRoomsPicker/guests-rooms-picker.module.css | 1 + 2 files changed, 2 insertions(+) diff --git a/components/DatePicker/date-picker.module.css b/components/DatePicker/date-picker.module.css index b2e23cd41..ee9034648 100644 --- a/components/DatePicker/date-picker.module.css +++ b/components/DatePicker/date-picker.module.css @@ -14,6 +14,7 @@ outline: none; padding: 0; width: 100%; + text-align: left; } .body { diff --git a/components/GuestsRoomsPicker/guests-rooms-picker.module.css b/components/GuestsRoomsPicker/guests-rooms-picker.module.css index 971699d95..23a84fd62 100644 --- a/components/GuestsRoomsPicker/guests-rooms-picker.module.css +++ b/components/GuestsRoomsPicker/guests-rooms-picker.module.css @@ -27,6 +27,7 @@ outline: none; padding: 0; width: 100%; + text-align: left; } .body { opacity: 0.8;