1
0

home: tables: nowrap the first columns

This commit is contained in:
Simon Michael
2024-09-26 12:18:07 -10:00
parent 0bef1a6a26
commit 20088eaa70

View File

@@ -279,7 +279,8 @@ To do Plain Text Accounting, try one (or more) of the apps below.
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; /*white-space:nowrap;*/ }
th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid #ddd; }
th:first, td:first { white-space:nowrap; }
</style>
<!--