diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-12-15 18:27:59 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-12-15 18:27:59 +0000 |
| commit | 32ed09bae56a9a10e50906fc80cdd0f2357bceb3 (patch) | |
| tree | 3abc109bf9b3346a732014954df145def9ae3ee2 /src/App.scss | |
| parent | 39c4672175f226a099872ea74131bab197be1828 (diff) | |
| parent | 6d9c79fb6d27ddbbb88a6d60ed25d984c7888eae (diff) | |
Merge branch 'prevent-textarea-resize-in-bio' into 'develop'
Disable horizontal textarea resize
Closes #741
See merge request pleroma/pleroma-fe!1312
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index cdc3209c..48313f57 100644 --- a/src/App.scss +++ b/src/App.scss @@ -332,6 +332,10 @@ input, textarea, .select, .input { box-sizing: border-box; } } + + &.resize-height { + resize: vertical; + } } option { |
