From be7ee2f5467669f66f8fd8c9b7433a9f4effc042 Mon Sep 17 00:00:00 2001 From: Saksham Sharma Date: Thu, 8 Aug 2024 18:19:45 +0530 Subject: [PATCH] refactor: added classes for billing section and billing details text --- src/Components/DropdownField.res | 64 ++++++++++++++++---------------- src/Components/DynamicFields.res | 3 +- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/src/Components/DropdownField.res b/src/Components/DropdownField.res index f79587ea2..9d3ae0fc0 100644 --- a/src/Components/DropdownField.res +++ b/src/Components/DropdownField.res @@ -101,42 +101,42 @@ let make = (
-
- Option.isSome}> -
- {React.string(displayValue->Option.getOr(""))} -
-
- -
+ width: "95%", + }> + {React.string(displayValue->Option.getOr(""))} +
+ + + //
React.array}