Skip to content

Commit 45c6bcc

Browse files
authored
Wrap table, add scrollbars in small screens (#8)
1 parent 20e52da commit 45c6bcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ <h2>Implementations</h2>
100100
<!-- **NOTE**: How to obtain the HTML table? -->
101101
<!-- 1. Copy source (including reference links) from https://github.com/ipsilon/eof/blob/main/spec/implementation_matrix.md -->
102102
<!-- 2. Paste into https://parsedown.org/demo, convert to HTML -->
103-
<!-- 3. Paste result below -->
103+
<!-- 3. Paste result below inside the div tag -->
104104

105+
<div class="table-wrapper">
105106
<table>
106107
<thead>
107108
<tr>
@@ -304,6 +305,7 @@ <h2>Implementations</h2>
304305
</tr>
305306
</tbody>
306307
</table>
308+
</div>
307309

308310
</div>
309311
<ul class="statistics">

0 commit comments

Comments
 (0)