Skip to content

Commit

Permalink
add u-over(auto) clas on PHP code & Result
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Nov 21, 2024
1 parent 1370b54 commit 141258e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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)">
<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 141258e

Please sign in to comment.