From 8808d19a3e1c3db72fd4ce4e0fe52e001df0886a Mon Sep 17 00:00:00 2001 From: Nitwel Date: Tue, 30 Mar 2021 16:54:06 +0200 Subject: [PATCH] Restyle hr in wysiwyg (#4755) * make hr look normal in wysiwyg * dont use fixed value --- app/src/interfaces/wysiwyg/get-editor-styles.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/src/interfaces/wysiwyg/get-editor-styles.ts b/app/src/interfaces/wysiwyg/get-editor-styles.ts index 853eaba6a5..c7e2c7095d 100644 --- a/app/src/interfaces/wysiwyg/get-editor-styles.ts +++ b/app/src/interfaces/wysiwyg/get-editor-styles.ts @@ -119,17 +119,11 @@ video, height: auto; } hr { - border: 0; + border: 1px solid ${cssVar('--border-normal')}; margin-top: 52px; margin-bottom: 56px; text-align: center; } -hr:after { - content: "..."; - font-size: 28px; - letter-spacing: 16px; - line-height: 0; -} table { border-collapse: collapse; }