aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/markdown-textarea.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/forms/markdown-textarea.component.scss')
-rw-r--r--client/src/app/shared/forms/markdown-textarea.component.scss2
1 files changed, 1 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 065cd2dec..8e5739e45 100644
--- a/client/src/app/shared/forms/markdown-textarea.component.scss
+++ b/client/src/app/shared/forms/markdown-textarea.component.scss
@@ -15,7 +15,7 @@ $input-border-radius: 3px;
15 @include peertube-textarea(100%, 150px); 15 @include peertube-textarea(100%, 150px);
16 16
17 background-color: var(--textareaBackgroundColor); 17 background-color: var(--textareaBackgroundColor);
18 font-family: courier, monospace; 18 font-family: monospace;
19 font-size: 13px; 19 font-size: 13px;
20 border-bottom: none; 20 border-bottom: none;
21 border-bottom-left-radius: unset; 21 border-bottom-left-radius: unset;