Browse Source

Make line highlight full width (#4246)

main
dan 3 years ago
committed by GitHub
parent
commit
4451e5b0b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      beta/src/styles/sandpack.css

5
beta/src/styles/sandpack.css

@ -114,7 +114,7 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
*/ */
.sp-stack { .sp-stack {
height: initial !important; height: initial !important;
width: fit-content !important; width: 100% !important;
} }
.sp-cm { .sp-cm {
-webkit-text-size-adjust: none !important; -webkit-text-size-adjust: none !important;
@ -146,6 +146,9 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
background-color: var(--sp-colors-bg-default); background-color: var(--sp-colors-bg-default);
z-index: 1; z-index: 1;
} }
.sp-wrapper {
width: 100% !important;
}
.sp-wrapper .sp-custom-layout { .sp-wrapper .sp-custom-layout {
overflow: initial; overflow: initial;
border: 0px solid transparent; border: 0px solid transparent;

Loading…
Cancel
Save