mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 05:03:07 +00:00
Sandpack error icon overlapping issue fix (#4302)
* sandpack error icon overlapping issue fix * modified errorline css
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user