diff --git a/frontend/sass/commento-input.scss b/frontend/sass/commento-input.scss index b3d1070..66bdc54 100644 --- a/frontend/sass/commento-input.scss +++ b/frontend/sass/commento-input.scss @@ -25,6 +25,7 @@ textarea::placeholder { textarea { display: inline-block; + white-space: pre; font-family: 'Source Sans Pro', sans-serif; padding: 8px; outline: none; diff --git a/frontend/sass/commento.scss b/frontend/sass/commento.scss index 8634ec5..cb3a34b 100644 --- a/frontend/sass/commento.scss +++ b/frontend/sass/commento.scss @@ -7,8 +7,11 @@ .commento-root { overflow-x: hidden; padding: 0px; + all: unset; * { + all: unset; + display: block; font-family: "Source Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif; font-size: 15px; line-height: 1.5; diff --git a/frontend/sass/email-main.scss b/frontend/sass/email-main.scss index 724cbec..143ff5c 100644 --- a/frontend/sass/email-main.scss +++ b/frontend/sass/email-main.scss @@ -15,7 +15,8 @@ max-width: 400px; .commento-input { - height: 40px; + display: inline; + height: 30px; background: $white; border: none; outline: none;