fixed some stuff on help page being too wide

box-drawing
Ondřej Hruška 7 years ago
parent e34ded0b8c
commit ab5a3cfec3
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      pages/help/input.php
  2. 1
      sass/pages/_about.scss

@ -21,6 +21,7 @@
Here are some examples of control key codes:
</p>
<div class="tscroll">
<table>
<thead><tr><th>Key</th><th>Code</th><th>Key</th><th>Code</th></tr></thead>
<tr>
@ -108,6 +109,7 @@
<td>ASCII 1-26</td>
</tr>
</table>
</div>
<h3>Action buttons</h3>

@ -28,6 +28,7 @@
color: black;
border-radius: 1px;
padding: 0 2px;
word-wrap: break-word;
}
}

Loading…
Cancel
Save