fix(ui): fix webpage "Key" SSH-key table overflow
This commit fixes the SSH-key table overflow to prevent the entire webpage from scrolling horizontally when the table overflows off-screen.
This commit is contained in:
parent
6265165412
commit
f1a1a21ced
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Key -->
|
<!-- Inferencium - Website - Key -->
|
||||||
<!-- Version: 9.2.0-alpha.10 -->
|
<!-- Version: 9.2.0-alpha.11 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -104,6 +104,7 @@
|
|||||||
<pre>ssh-keygen -Y verify -f <var><allowed_signers file></var> -I <var><signer name/email address></var> -n file -s <var><signature file of file-to-verify></var> < <var><file-to-verify></var></pre>
|
<pre>ssh-keygen -Y verify -f <var><allowed_signers file></var> -I <var><signer name/email address></var> -n file -s <var><signature file of file-to-verify></var> < <var><file-to-verify></var></pre>
|
||||||
<p>You can use my base <a href="key/allowed_signers"><code>allowed_signers</code></a> file
|
<p>You can use my base <a href="key/allowed_signers"><code>allowed_signers</code></a> file
|
||||||
in lieu of your own, or inject its contents into your own.</p>
|
in lieu of your own, or inject its contents into your own.</p>
|
||||||
|
<div style="overflow-x:auto;">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
@ -152,6 +153,7 @@
|
|||||||
<td class="ssh-invalid">2023-07-27</td>
|
<td class="ssh-invalid">2023-07-27</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
|
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user