Skip to content

Commit 4747f7c

Browse files
authored
Revert "Sandpack error icon overlapping issue fix (#4302)"
This reverts commit cd1717b.
1 parent f20da4c commit 4747f7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

beta/src/styles/sandpack.css

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

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

0 commit comments

Comments
 (0)