Skip to content

Commit

Permalink
MOSIP-39396, MOSIP-39397: Resolved the bugs (#1185)
Browse files Browse the repository at this point in the history
Signed-off-by: Anil_Kumar_Majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji authored Feb 3, 2025
1 parent 5e72bcf commit 2334c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pmp-revamp-ui/src/pages/common/ApproveRejectPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function ApproveRejectPopup({ popupData, closePopUp, approveRejectResponse, titl
</button>
</div>
<hr className="h-px bg-gray-100 border-[0.02rem]" />
<div className="px-[1.5rem] py-3 text-center">
<div className="px-[1.5rem] py-3 text-center break-words">
<p className="text-base font-semibold text-black">{header}</p>
<p className="text-sm text-[#666666] py-3">{description}</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions pmp-revamp-ui/src/pages/common/CopyIdPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function CopyIdPopUp({ closePopUp, policyName, partnerId, id, header, alertMsg,
<FocusTrap focusTrapOptions={{ initialFocus: false, allowOutsideClick: true }}>
<div className={`bg-white md:w-[378px] w-[40%] mx-auto rounded-lg shadow-lg h-fit`}>
<header className={`flex justify-between p-[5%]`}>
<div className={`flex-col`}>
<h1 className={`font-bold text-base text-[#333333] break-normal break-words`}>{policyName}</h1>
<div className={`flex-col w-[19rem]`}>
<h1 className={`font-bold text-base text-[#333333] break-words`}>{policyName}</h1>
<p className={`text-xs font-bold text-[#717171] ${isLoginLanguageRTL ? "text-right" : "text-left"}`}># {partnerId}</p>
</div>
<button id='copy_id_close_btn' onClick={dismiss} className={`flex items-start min-w-fit cursor-pointer ${isLoginLanguageRTL ? "mr-2 " : "ml-2"}`}>
Expand Down

0 comments on commit 2334c46

Please sign in to comment.