diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-05 11:40:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-05 13:54:30 +0200 |
commit | 06827932a2f93f0f9483b7a39c201fafee3d0efb (patch) | |
tree | 135c16f4fc77bf205921e2158e4675296fb9d0fc /client/src/sass | |
parent | 36f772fd8f1fb26cd5fe6f50332e4f44fc2c4e03 (diff) | |
download | PeerTube-06827932a2f93f0f9483b7a39c201fafee3d0efb.tar.gz PeerTube-06827932a2f93f0f9483b7a39c201fafee3d0efb.tar.zst PeerTube-06827932a2f93f0f9483b7a39c201fafee3d0efb.zip |
Fix textarea size
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 61fecb48a..f384cbfab 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -833,7 +833,7 @@ | |||
833 | font-size: 90%; | 833 | font-size: 90%; |
834 | color: var(--mainForegroundColor); | 834 | color: var(--mainForegroundColor); |
835 | height: $avatar-height; | 835 | height: $avatar-height; |
836 | line-height: .9rem; | 836 | line-height: 1rem; |
837 | margin: .1rem; | 837 | margin: .1rem; |
838 | max-width: 320px; | 838 | max-width: 320px; |
839 | overflow: hidden; | 839 | overflow: hidden; |