From caf33e1492b9741f65a9047963c512d086d2f2bc Mon Sep 17 00:00:00 2001 From: SwethaKrish4 <110164892+SwethaKrish4@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:52:45 +0530 Subject: [PATCH] MOSIP-36114: Fixed dropdown alignment issue (#844) * MOSIP-36114: Fixed dropdown alignment issue Signed-off-by: SwethaKrish4 <110164892+SwethaKrish4@users.noreply.github.com> * MOSIP-36114: Fixed dropdown alignment issue Signed-off-by: SwethaKrish4 <110164892+SwethaKrish4@users.noreply.github.com> * MOSIP-36114: Fixed dropdown alignment issue Signed-off-by: SwethaKrish4 <110164892+SwethaKrish4@users.noreply.github.com> --------- Signed-off-by: SwethaKrish4 <110164892+SwethaKrish4@users.noreply.github.com> --- .../src/pages/admin/certificates/UploadRootTrustCertificate.js | 3 ++- pmp-reactjs-ui/src/pages/common/fields/DropdownComponent.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pmp-reactjs-ui/src/pages/admin/certificates/UploadRootTrustCertificate.js b/pmp-reactjs-ui/src/pages/admin/certificates/UploadRootTrustCertificate.js index c00280c7..6aaf50a1 100644 --- a/pmp-reactjs-ui/src/pages/admin/certificates/UploadRootTrustCertificate.js +++ b/pmp-reactjs-ui/src/pages/admin/certificates/UploadRootTrustCertificate.js @@ -117,6 +117,7 @@ function UploadRootTrustCertificate() { }; const uploadCertificateDropdownStyle = { + outerDiv: "!ml-0", dropdownButton: "!text-light-grat !w-[23rem] !h-[2.6rem] !text-base", dropdownLabel: "!text-sm" } @@ -137,7 +138,7 @@ function UploadRootTrustCertificate() { )}