Revert "Sandpack error icon overlapping issue fix (#4302)" (#4325)

This reverts commit cd1717bfbd.
This commit is contained in:
dan
2022-02-12 00:25:07 +00:00
committed by GitHub
parent f20da4c840
commit fc644cd244

View File

@@ -93,8 +93,9 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
}
.sp-code-editor .cm-errorLine:after {
position: relative;
top: 1px;
position: absolute;
right: 8px;
top: 0;
content: '\26A0';
font-size: 22px;
line-height: 16px;