1
0

home: feature matrix: try to encourage similar column widths again

This commit is contained in:
Simon Michael
2024-09-26 17:43:28 -10:00
parent 98fcb98416
commit 4e64780246

View File

@@ -280,6 +280,8 @@ Generally it's possible to migrate data between them.
<style>
th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid #ddd; vertical-align:top; }
th { width:30%; }
th:first-child { width:10%; }
th:first-child, td:first-child { white-space:nowrap; }
</style>