We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e218e commit 99d04baCopy full SHA for 99d04ba
assets/css/v2/style.css
@@ -875,9 +875,13 @@ blockquote p:last-child {
875
.highlight-mf {
876
grid-column: 1 / -1 !important;
877
position: relative;
878
- margin-left: calc(var(--overflow-gutter-extension) / -2);
+ margin-left: 0;
879
width: calc(100% + var(--overflow-gutter-extension));
880
881
+ &:has(.comment) {
882
+ margin-left: calc(var(--overflow-gutter-extension) / -1);
883
+ }
884
+
885
code {
886
font-weight: light;
887
font-family: "JetBrains Mono", monospace;
0 commit comments