monospace fonts for IDs in overviews

This commit is contained in:
Philipp Dormann 2023-05-01 14:53:34 +02:00
parent 69ec7fc1fe
commit 811f5d5754
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
5 changed files with 30 additions and 0 deletions

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>