xtermjs / xtermjs.org

The website for xterm.js
https://xtermjs.org
MIT License
28 stars 33 forks source link

Use a wider container for npm install command #206

Closed dstein64 closed 8 months ago

dstein64 commented 8 months ago

This increases the width for the element holding npm install @xterm/xterm.

After #205, the command occupies two lines. With a wider container, it occupies one line.

Before #205:

before_205

After #205:

after_205

After this PR:

after_this_pr