Skip to content

Commit

Permalink
fix: make overflown text scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Aug 22, 2024
1 parent d4011de commit 32e59da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 class="dib pa3 ma0 lh-tight">
Run Test
</button>
</div>
<div id="output" style="white-space:pre;" class="lh-copy fw6"></div>
<div id="output" style="white-space:pre; overflow-x: scroll;" class="lh-copy fw6"></div>
</form>
</section>
<section class="mw8 center lh-copy dark-gray pv4 ph2 ph4-ns">
Expand Down

0 comments on commit 32e59da

Please sign in to comment.