1
0

home: tables: nowrap the first columns, 2

This commit is contained in:
Simon Michael
2024-09-26 12:21:25 -10:00
parent 20088eaa70
commit 1e59671ba0

View File

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