Fix non-scrolling table overflow-x
This commit is contained in:
parent
50e0cfece8
commit
c45b59ce86
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 6.0.0-alpha.1+123 -->
|
||||
<!-- Version: 6.0.1-alpha.1+125 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -202,6 +202,7 @@
|
||||
<h2 id="recommendations"><a href="#recommendations">Recommendations</a></h2>
|
||||
<h3 id="hardware"><a href="#hardware">Hardware</a></h3>
|
||||
<h4 id="hardware-smartphone"><a href="#hardware-smartphone">Smartphone</a></h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
@ -291,8 +292,10 @@
|
||||
<a href="https://support.google.com/nexus/answer/4457705#zippy=%2Cpixel-xl-a-a-g-and-a-g">support lifecycles of 3 years</a>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<h3 id="software"><a href="#software">Software</a></h3>
|
||||
<h4 id="software-desktop"><a href="#software-desktop">Desktop</a></h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
@ -357,7 +360,9 @@
|
||||
(BSD-3-Clause)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<h4 id="software-smartphone"><a href="#software-smartphone">Smartphone</a></h4>
|
||||
<div style="overflow-x:auto;">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
@ -483,6 +488,7 @@
|
||||
(GPL-3.0-only)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
<section id="music">
|
||||
<h3 id="music"><a href="#music">Music</a></h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user