Sandpack error icon overlapping issue fix (#4302)

* sandpack error icon overlapping issue fix

* modified errorline css
This commit is contained in:
Amaresh S M
2022-02-07 17:23:26 +05:30
committed by GitHub
parent 20f0fe280f
commit cd1717bfbd

View File

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