diff --git a/beta/src/styles/sandpack.css b/beta/src/styles/sandpack.css index 0f1046a6..05623613 100644 --- a/beta/src/styles/sandpack.css +++ b/beta/src/styles/sandpack.css @@ -90,6 +90,9 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] { .sp-code-editor .cm-errorLine { background-color: rgba(255, 107, 99, 0.1); position: relative; + padding-right: 2em !important; + display: inline-block; + min-width: 100%; } .sp-code-editor .cm-errorLine:after { @@ -98,7 +101,7 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] { top: 0; content: '\26A0'; font-size: 22px; - line-height: 16px; + line-height: 20px; color: #ff3d3d; }