Skip to content

Commit

Permalink
docs: add overflow to Vite CLI code block (#9390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evavic44 committed Jul 27, 2022
1 parent b7424b5 commit c78e409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/announcing-vite3.md
Expand Up @@ -101,7 +101,7 @@ The theme is now shared by all templates. This should help better convey the sco

### Vite CLI

<pre style="background-color: var(--vp-code-block-bg);padding:2em;border-radius:8px;max-width: 100%">
<pre style="background-color: var(--vp-code-block-bg);padding:2em;border-radius:8px;max-width:100%;overflow-x:auto;">
<span style="color:lightgreen"><b>VITE</b></span> <span style="color:lightgreen">v3.0.0</span> <span style="color:gray">ready in <b>320</b> ms</span>

<span style="color:lightgreen"><b>➜</b></span> <span style="color:white"><b>Local</b>:</span> <span style="color:cyan">http://127.0.0.1:5173/</span>
Expand Down

0 comments on commit c78e409

Please sign in to comment.