next #180

Merged
niggl merged 24 commits from next into dev 2023-05-01 12:55:20 +00:00
5 changed files with 30 additions and 0 deletions
Showing only changes of commit 811f5d5754 - Show all commits

View File

@ -312,3 +312,9 @@
<TableBottom {table} {selected} />
{/if}
{/if}
<style>
table tbody tr td:nth-child(2) {
font-family: monospace;
}
</style>

View File

@ -281,3 +281,9 @@
<TableBottom {table} {selected} />
{/if}
{/if}
<style>
table tbody tr td:nth-child(2) {
font-family: monospace;
}
</style>

View File

@ -255,3 +255,9 @@
<TableBottom {table} {selected} />
{/if}
{/if}
<style>
table tbody tr td:nth-child(2) {
font-family: monospace;
}
</style>

View File

@ -259,3 +259,9 @@
{/if}
{/if}
<TableBottom {table} {selected} />
<style>
table tbody tr td:nth-child(2) {
font-family: monospace;
}
</style>

View File

@ -306,3 +306,9 @@
<TableBottom {table} {selected} />
{/if}
{/if}
<style>
table tbody tr td:nth-child(2) {
font-family: monospace;
}
</style>