Skip to content

Commit 851e6f4

Browse files
Merge pull request #430 from ossf/resizable
Labs: Make textarea resizeable
2 parents 272feba + ab7b7ce commit 851e6f4

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)