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; }