From 796072eb184d8be9fa2013c23dc676b468f6ac5d Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Sat, 27 Jan 2024 13:19:01 +0300 Subject: [PATCH] Fixed link selection height in the editor (#379) --- src/components/Editor/Prosemirror.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Editor/Prosemirror.scss b/src/components/Editor/Prosemirror.scss index ca78c9f1..a28ee8db 100644 --- a/src/components/Editor/Prosemirror.scss +++ b/src/components/Editor/Prosemirror.scss @@ -316,5 +316,5 @@ footnote { background: var(--selection-background); color: var(--selection-color); border: solid var(--selection-background); - border-width: 5px 0; + border-width: 0; }