mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-07 20:41:22 -06:00
9 lines
58 B
CSS
9 lines
58 B
CSS
/*
|
|
expect:
|
|
css-resize: 1
|
|
*/
|
|
|
|
textarea {
|
|
resize: both;
|
|
}
|