mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Make line highlight full width (#4246)
This commit is contained in:
@@ -114,7 +114,7 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
|
||||
*/
|
||||
.sp-stack {
|
||||
height: initial !important;
|
||||
width: fit-content !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
.sp-cm {
|
||||
-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);
|
||||
z-index: 1;
|
||||
}
|
||||
.sp-wrapper {
|
||||
width: 100% !important;
|
||||
}
|
||||
.sp-wrapper .sp-custom-layout {
|
||||
overflow: initial;
|
||||
border: 0px solid transparent;
|
||||
|
||||
Reference in New Issue
Block a user