We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25cf7e commit 77f44a0Copy full SHA for 77f44a0
index.html
@@ -8,6 +8,7 @@
8
.flex {
9
display: flex;
10
flex: 1;
11
+ padding: 1em;
12
}
13
14
.flex.row {
@@ -34,8 +35,8 @@ <h1>Schemascii Playground</h1>
34
35
<div class="flex row">
36
<div class="flex column">
37
- <p style="flex: 1">Schemascii Source</p>
38
- <button id="render">Render</button>
+ <p style="flex: 3">Schemascii Source</p>
39
+ <button id="render" style="flex: 1">Render</button>
40
</div><textarea id="schemascii"></textarea>
41
</div>
42
0 commit comments