File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 138138 .example > h2 {
139139 user-select : none ;
140140 }
141-
142- .code {
143- max-width : 800px ;
144- margin : 0 auto ;
145- }
146141 </style >
Original file line number Diff line number Diff line change 5959</div >
6060
6161<style >
62- :global(pre .shiki ) {
62+ :global(pre .shiki ) {
6363 box-sizing : border-box ;
64- border-radius : 8px ;
65- overflow : scroll ;
64+ border-radius : 8px ;
65+ overflow : scroll ;
6666 padding : 1rem ;
6767 }
6868
6969 :global(.shiki > code ) {
7070 text-wrap : wrap ;
71- tab-size : 2 ;
71+ tab-size : 2 ;
7272 }
7373
7474 .code-container {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function highlight(code) {
1717 theme
1818 } ) ;
1919
20- return html
20+ return html ;
2121}
2222
2323function printComponent ( ) {
You can’t perform that action at this time.
0 commit comments