Browse Source

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

This reverts commit cd1717bfbd.
main
dan 3 years ago
committed by GitHub
parent
commit
fc644cd244
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      beta/src/styles/sandpack.css

5
beta/src/styles/sandpack.css

@ -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;

Loading…
Cancel
Save