File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -767,14 +767,14 @@ div.primer-spec-callout {
767767 }
768768
769769 td .primer-spec-code-block-line-number {
770+ width : 1% ;
770771 cursor : pointer ;
771772 -webkit-user-select : none ;
772773 -moz-user-select : none ;
773774 -ms-user-select : none ;
774775 user-select : none ;
775776
776777 & .primer-spec-code-block-line-numbers-shown {
777- width : 1% ;
778778 min-width : 50px ;
779779 color : var (--code-block-line-number-color );
780780 text-align : right ;
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ The water was warm. There was plenty to eat.
511511The turtles had everything turtles might need.
512512And they were all happy. Quite happy indeed.
513513```
514- {: data-variant="no-line-numbers" }
514+ {: data-variant="no-line-numbers" data-highlight="2" }
515515<!-- prettier-ignore-end -->
516516
517517<!-- prettier-ignore-start -->
@@ -527,7 +527,7 @@ The water was warm. There was plenty to eat.
527527The turtles had everything turtles might need.
528528And they were all happy. Quite happy indeed.
529529```
530- {: data-variant="no-line-numbers" }
530+ {: data-variant="no-line-numbers" data-highlight="2" }
531531````
532532 {: data-highlight="9" data-title="markdown" }
533533</details >
You can’t perform that action at this time.
0 commit comments