ui: Use monospace fonts when displaying ids.

This commit is contained in:
tecnovert
2021-11-07 21:50:44 +02:00
parent 0cf3f8e3b3
commit ad1de44dca
10 changed files with 29 additions and 24 deletions

View File

@@ -8,3 +8,8 @@
{
font-weight:bold;
}
.monospace
{
font-family:monospace;
}