diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-09 15:42:36 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-11 08:48:20 +0200 |
commit | a077482fb7eece925c44cb31796b40e8e7b1f249 (patch) | |
tree | 6e233e30636d2ec6c537015a3a033e892270d5b6 | |
parent | 9b9b1805c287b00c7ab7bdc2f7ebddf0b9f03573 (diff) | |
download | PeerTube-a077482fb7eece925c44cb31796b40e8e7b1f249.tar.gz PeerTube-a077482fb7eece925c44cb31796b40e8e7b1f249.tar.zst PeerTube-a077482fb7eece925c44cb31796b40e8e7b1f249.zip |
Add overflow on markdown textaera
-rw-r--r-- | client/src/app/shared/forms/markdown-textarea.component.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/markdown-textarea.component.scss b/client/src/app/shared/forms/markdown-textarea.component.scss index 6f7494621..9c92a67d9 100644 --- a/client/src/app/shared/forms/markdown-textarea.component.scss +++ b/client/src/app/shared/forms/markdown-textarea.component.scss | |||
@@ -3,13 +3,18 @@ | |||
3 | 3 | ||
4 | .root { | 4 | .root { |
5 | display: flex; | 5 | display: flex; |
6 | 6 | ||
7 | textarea { | 7 | textarea { |
8 | @include peertube-textarea(100%, 150px); | 8 | @include peertube-textarea(100%, 150px); |
9 | 9 | ||
10 | margin-bottom: 15px; | 10 | margin-bottom: 15px; |
11 | } | 11 | } |
12 | 12 | ||
13 | .previews { | ||
14 | max-height: 150px; | ||
15 | overflow-y: auto; | ||
16 | } | ||
17 | |||
13 | /deep/ { | 18 | /deep/ { |
14 | .nav-link { | 19 | .nav-link { |
15 | display: flex !important; | 20 | display: flex !important; |