aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index 41e445d2..b9aded41 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -531,7 +531,7 @@ textarea {
}
// Textareas should have stock line-height + vertical padding instead of huge line-height
-textarea {
+textarea.input {
padding: var(--_padding);
line-height: var(--post-line-height);
}