Skip to content

Commit d869c63

Browse files
committed
[css-ui-3] add 'resize: both' for textarea in the HTML default stylesheet
1 parent 7e00c6c commit d869c63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

css-ui/Overview.bs

+1
Original file line numberDiff line numberDiff line change
@@ -1690,6 +1690,7 @@ textarea
16901690
{
16911691
/* white space handling of TEXTAREA tags in particular */
16921692
white-space:pre-wrap;
1693+
resize: both;
16931694
}
16941695

16951696
input[type=hidden]

css-ui/Overview.html

+1
Original file line numberDiff line numberDiff line change
@@ -3657,6 +3657,7 @@ <h2 class="no-num heading settled" id="default-style-sheet"><span class="content
36573657
{
36583658
/* white space handling of TEXTAREA tags in particular */
36593659
white-space:pre-wrap;
3660+
resize: both;
36603661
}
36613662

36623663
input[type=hidden]

0 commit comments

Comments
 (0)