Browse Source
Sandpack error icon overlapping issue fix (#4302)
* sandpack error icon overlapping issue fix
* modified errorline css
main
Amaresh S M
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
3 deletions
-
beta/src/styles/sandpack.css
|
|
@ -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; |
|
|
|