Skip to content

Commit

Permalink
Merge pull request #111 from jolicode/overflow
Browse files Browse the repository at this point in the history
add u-over(auto) clas on PHP code & Result
  • Loading branch information
lyrixx authored Nov 21, 2024
2 parents 78a1c0c + 425019b commit 4218068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -861,14 +861,14 @@ <h3 class="u-fz(h3) u-ff(courgette) u-c(darkgrey) u-ta(center) u-my(double)">
PHP Code
</h3>

<pre id="phpCode" class="u-w(100) u-vh(25) u-bor(orange) u-br(5)">
<pre id="phpCode" class="u-w(100) u-vh(25) u-bor(orange) u-br(5) u-over(auto)">
</pre>

<h3 class="u-fz(h3) u-ff(courgette) u-c(darkgrey) u-ta(center) u-my(double)">
Result
</h3>

<div id="resultContent" class="u-w(100) u-vh(25) u-bor(orange) u-br(5)">
<div id="resultContent" class="u-w(100) u-vh(25) u-bor(orange) u-br(5) u-over(auto)">
</div>
</div>

Expand Down

0 comments on commit 4218068

Please sign in to comment.