Skip to content

Commit 4b007de

Browse files
Make textarea only vertically resizable (#158)
Closes #95
1 parent 254bf33 commit 4b007de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles/ldf-client.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ html, input, textarea, button, pre {
1414

1515
body {
1616
max-width: 650px;
17+
min-width: fit-content;
1718
margin: 0 auto;
1819
padding: 1em 3em;
1920
background: white;
@@ -213,6 +214,7 @@ textarea {
213214
cursor: pointer;
214215
font-size: .95em;
215216
background-color: transparent;
217+
resize: vertical;
216218
}
217219

218220
.results {
@@ -403,6 +405,10 @@ footer {
403405
select {
404406
width: 250px;
405407
}
408+
409+
.ldf-client {
410+
min-width: 465px;
411+
}
406412
}
407413

408414

0 commit comments

Comments
 (0)