Skip to content

Commit

Permalink
Merge pull request #49 from ipfs/overflow-scroll
Browse files Browse the repository at this point in the history
fix: improve mobile view by making overflown output scrollable
  • Loading branch information
2color authored Aug 22, 2024
2 parents 631d99d + 4628656 commit 6d76fcf
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 6d76fcf

Please sign in to comment.