Skip to content

Commit 121f146

Browse files
committed
fix: Trade module breaking
1 parent 03ae06d commit 121f146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/trade/TradeModule/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function TradeModule(props: Props) {
1818
<div
1919
className={classNames(
2020
'md:min-h-[850px] md:h-full',
21-
'relative isolate max-w-full overflow-hidden pb-4 z-30 flex flex-wrap flex-col bg-surface',
21+
'relative isolate max-w-full overflow-hidden pb-4 z-30 flex flex-col bg-surface',
2222
)}
2323
>
2424
<SwapForm

0 commit comments

Comments
 (0)