Skip to content

Commit

Permalink
fix(html): Adjust column width for better visibility (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evergard authored Aug 9, 2024
1 parent 4416d0a commit 1c68198
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions html/tables/basic/timetable-fixed.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ <h1>School timetable</h1>
<colgroup>
<col span="2">
<col style="background-color:#97DB9A;">
<col style="width:42px;">
<col style="width:100px;">
<col style="background-color:#97DB9A;">
<col style="background-color:#DCC48E; border:4px solid #C1437A;">
<col span="2" style="width:42px;">
<col span="2" style="width:100px;">
</colgroup>
<tr>
<td>&nbsp;</td>
Expand Down Expand Up @@ -94,6 +94,5 @@ <h1>School timetable</h1>
</tr>
</table>


</body>
</html>

0 comments on commit 1c68198

Please sign in to comment.