bug fixed

This commit was merged in pull request #757.
This commit is contained in:
victorAnumudu
2024-07-20 15:59:55 +01:00
parent f57f443b1e
commit 8ac8808348
2 changed files with 3 additions and 3 deletions
@@ -175,8 +175,8 @@ const MarketPopUp = ({ details, onClose, situation, marketInt }) => {
<div
className={`w-full p-2 md:w-3/4 text-slate-900 dark:text-white market-pop ${
name == "Description"
? "max-h-28 h-full overflow-y-auto break-words"
: name == "Delivery Detail" ? " overflow-y-auto h-full max-h-28"
? "max-h-22 h-full overflow-y-auto break-words"
: name == "Delivery Detail" ? " overflow-y-auto h-full max-h-22"
: "h-full flex items-center"
}`}
>