Skip to content

Commit cc4c850

Browse files
committed
Limit textarea heights
1 parent 3f4d072 commit cc4c850

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/play.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ body details {
214214
flex-direction: row;
215215
}
216216

217+
#container textarea {
218+
max-height: 70vh !important;
219+
}
220+
217221
#input {
218222
flex-direction: column;
219223
padding-top: 1em;
@@ -342,6 +346,7 @@ label[for=optIndent] {
342346
border: 1px solid var(--color-input-bg);
343347
padding: .5rem;
344348
border-radius: .5rem;
349+
max-height: 40vh;
345350
}
346351

347352
footer {

0 commit comments

Comments
 (0)