playground: wrap-reverse

This commit is contained in:
Henning Dieterichs 2023-02-28 15:16:34 +01:00 committed by Henning Dieterichs
parent 59e529cc36
commit ca7b9105cb

View file

@ -33,7 +33,10 @@ export class PlaygroundPageContent extends React.Component<
<Page> <Page>
<SettingsDialog model={model} /> <SettingsDialog model={model} />
<div className="p-2" style={{ height: "100%" }}> <div className="p-2" style={{ height: "100%" }}>
<Row className="h-100 g-2"> <Row
className="h-100 g-2"
style={{ flexWrap: "wrap-reverse" }}
>
<Col <Col
md md
className={ className={