mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
playground: wrap-reverse
This commit is contained in:
parent
59e529cc36
commit
ca7b9105cb
1 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,10 @@ export class PlaygroundPageContent extends React.Component<
|
|||
<Page>
|
||||
<SettingsDialog model={model} />
|
||||
<div className="p-2" style={{ height: "100%" }}>
|
||||
<Row className="h-100 g-2">
|
||||
<Row
|
||||
className="h-100 g-2"
|
||||
style={{ flexWrap: "wrap-reverse" }}
|
||||
>
|
||||
<Col
|
||||
md
|
||||
className={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue