diff --git a/ts/editor/FieldDescription.svelte b/ts/editor/FieldDescription.svelte index 41f2cd105..40ba2927c 100644 --- a/ts/editor/FieldDescription.svelte +++ b/ts/editor/FieldDescription.svelte @@ -40,9 +40,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html opacity: 0.4; pointer-events: none; - /* same as in ContentEditable */ - padding: 6px; - /* stay a on single line */ overflow-x: hidden; white-space: nowrap; diff --git a/ts/editor/rich-text-input/RichTextInput.svelte b/ts/editor/rich-text-input/RichTextInput.svelte index c04813c95..47be4117a 100644 --- a/ts/editor/rich-text-input/RichTextInput.svelte +++ b/ts/editor/rich-text-input/RichTextInput.svelte @@ -244,7 +244,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html