We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20da4c commit fc644cdCopy full SHA for fc644cd
1 file changed
beta/src/styles/sandpack.css
@@ -93,8 +93,9 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
93
}
94
95
.sp-code-editor .cm-errorLine:after {
96
- position: relative;
97
- top: 1px;
+ position: absolute;
+ right: 8px;
98
+ top: 0;
99
content: '\26A0';
100
font-size: 22px;
101
line-height: 16px;
0 commit comments