Skip to content

Commit ab7b7ce

Browse files
Labs: Make textarea resizeable
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 272feba commit ab7b7ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/labs/checker.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ pre input, pre textarea {
99
/* Line up with text surrounding text */
1010
margin-left: -5px;
1111
}
12+
.markdown-body pre textarea, pre textarea {
13+
resize: both;
14+
}

0 commit comments

Comments
 (0)