Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 0a45a4e

Browse files
committed
Fix table formatting
1 parent ee1a7ed commit 0a45a4e

1 file changed

Lines changed: 36 additions & 26 deletions

File tree

OpenTabletDriver.Web/Views/Wiki/Development/Configurations.cshtml

Lines changed: 36 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
</p>
1414

1515
<table class="table table-hover text-center">
16-
<tr>
17-
<th>Property Name</th>
18-
<th>Value Type</th>
19-
<th class="text-start w-75">Description</th>
20-
</tr>
16+
<thead>
17+
<tr>
18+
<th>Property Name</th>
19+
<th>Value Type</th>
20+
<th class="text-start w-75">Description</th>
21+
</tr>
22+
</thead>
2123

2224
<tr>
2325
<td>Name</td>
@@ -51,12 +53,14 @@
5153
</p>
5254

5355
<table class="table table-hover text-center">
54-
<tr>
55-
<th>Property Name</th>
56-
<th>Value Type</th>
57-
<th>Units</th>
58-
<th class="text-start w-50">Description</th>
59-
</tr>
56+
<thead>
57+
<tr>
58+
<th>Property Name</th>
59+
<th>Value Type</th>
60+
<th>Units</th>
61+
<th class="text-start w-50">Description</th>
62+
</tr>
63+
</thead>
6064

6165
<tr>
6266
<td>Width</td>
@@ -109,11 +113,13 @@
109113
</p>
110114

111115
<table class="table table-hover text-center">
112-
<tr>
113-
<th>Property Name</th>
114-
<th>Value Type</th>
115-
<th class="text-start w-75">Description</th>
116-
</tr>
116+
<thead>
117+
<tr>
118+
<th>Property Name</th>
119+
<th>Value Type</th>
120+
<th class="text-start w-75">Description</th>
121+
</tr>
122+
</thead>
117123

118124
<tr>
119125
<td>Max Pressure</td>
@@ -147,11 +153,13 @@
147153
</p>
148154

149155
<table class="table table-hover text-center">
150-
<tr>
151-
<th>Property Name</th>
152-
<th>Value Type</th>
153-
<th class="text-start w-75">Description</th>
154-
</tr>
156+
<thead>
157+
<tr>
158+
<th>Property Name</th>
159+
<th>Value Type</th>
160+
<th class="text-start w-75">Description</th>
161+
</tr>
162+
</thead>
155163

156164
<tr>
157165
<td>Button Count</td>
@@ -202,11 +210,13 @@
202210
</p>
203211

204212
<table class="table table-hover text-center">
205-
<tr>
206-
<th class="w-25">Property Name</th>
207-
<th>Value Type</th>
208-
<th class="text-start w-75">Description</th>
209-
</tr>
213+
<thead>
214+
<tr>
215+
<th class="w-25">Property Name</th>
216+
<th>Value Type</th>
217+
<th class="text-start w-75">Description</th>
218+
</tr>
219+
</thead>
210220

211221
<tr>
212222
<td>Vendor ID</td>

0 commit comments

Comments
 (0)