Fix wrapping

This commit is contained in:
Gary Wang 2020-08-30 06:13:25 -07:00
parent da33ecace3
commit 4ab8710ab9
2 changed files with 1 additions and 2 deletions

View File

@ -129,6 +129,7 @@ const RenderNormal = ({ onChangeOrderRef, onPrice, onSize }) => {
<Row
style={{
minHeight: '750px',
flexWrap: 'nowrap',
}}
>
<Col flex="auto" style={{ height: '100%', display: 'flex' }}>

View File

@ -136,8 +136,6 @@ const _SLOW_REFRESH_INTERVAL = 5 * 1000;
// For things that change frequently
const _FAST_REFRESH_INTERVAL = 1000;
const _MEDIUM_REFRESH_INTERVAL = 3 * 1000;
export function MarketProvider({ children }) {
const [marketName, setMarketName] = useLocalStorageState(
'selectedMarketName',