From cd1717bfbd1d11405da36a2ceb1fa478b08afbdb Mon Sep 17 00:00:00 2001 From: Amaresh S M Date: Mon, 7 Feb 2022 17:23:26 +0530 Subject: [PATCH] Sandpack error icon overlapping issue fix (#4302) * sandpack error icon overlapping issue fix * modified errorline css --- beta/src/styles/sandpack.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/beta/src/styles/sandpack.css b/beta/src/styles/sandpack.css index e2a4f0322..d0de1623c 100644 --- a/beta/src/styles/sandpack.css +++ b/beta/src/styles/sandpack.css @@ -93,9 +93,8 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] { } .sp-code-editor .cm-errorLine:after { - position: absolute; - right: 8px; - top: 0; + position: relative; + top: 1px; content: '\26A0'; font-size: 22px; line-height: 16px;