bug fixed
This commit was merged in pull request #757.
This commit is contained in:
@@ -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"
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user