Skip to content

Commit

Permalink
fix: modal spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Aug 12, 2024
1 parent 68afa72 commit 59d0757
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const OrderDetails = observer(
return (
<div
className={classNames(
"top-[4.5rem] flex w-full flex-col overflow-y-auto border-osmoverse-700 bg-osmoverse-900 xl:bg-osmoverse-850 xl:!py-6 xl:!px-8 sm:top-0 sm:h-full sm:!h-full sm:rounded-none"
"flex w-full flex-col overflow-y-auto border-osmoverse-700 bg-osmoverse-900 xl:bg-osmoverse-850 xl:!py-6 xl:!px-8 sm:top-0 sm:rounded-none"
)}
>
{!isModal && (
Expand Down

0 comments on commit 59d0757

Please sign in to comment.