Skip to content

Commit cd1717b

Browse files
author
Amaresh S M
authored
Sandpack error icon overlapping issue fix (#4302)
* sandpack error icon overlapping issue fix * modified errorline css
1 parent 20f0fe2 commit cd1717b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

beta/src/styles/sandpack.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
9393
}
9494

9595
.sp-code-editor .cm-errorLine:after {
96-
position: absolute;
97-
right: 8px;
98-
top: 0;
96+
position: relative;
97+
top: 1px;
9998
content: '\26A0';
10099
font-size: 22px;
101100
line-height: 16px;

0 commit comments

Comments
 (0)