Skip to content

Commit bf89271

Browse files
committed
feat(base): vertical writing-mode support
1 parent 88f9022 commit bf89271

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- **base:** vertical `writing-mode` support for changing the `resize` property of `textarea` elements
13+
1014
## [1.0.0] - 2020-08-18
1115

1216
### Added

opinionated-base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ table {
6262

6363
textarea {
6464
resize: vertical;
65+
resize: block;
6566
}
6667

6768
/* Custom rules

0 commit comments

Comments
 (0)