Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
style: added fixed container
Browse files Browse the repository at this point in the history
  • Loading branch information
jia-deriv committed Sep 25, 2023
1 parent f0229fc commit 6ebca48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/pages/markets/etf/check-trading/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import Typography from 'features/components/atoms/typography'

const CheckTrading = () => {
return (
<Flex.Box direction="col" className={styles.item_container}>
<Flex.Box direction="col" container="fixed" className={styles.item_container}>
<Flex.Box
direction="col"
container="fixed"
container="fluid"
justify="center"
align="center"
pb="30x"
Expand Down

0 comments on commit 6ebca48

Please sign in to comment.