feat: use tabular numbers in frontend

This makes all digits monospaced, improving readability of date columns.
This commit is contained in:
Florian Ludwig 2023-12-28 16:43:38 +01:00
parent 98255f8e14
commit 0c22794b49

View File

@ -19,6 +19,7 @@ $grid-breakpoints: (
// Paperless-ngx styles
body {
font-size: 0.875rem;
font-variant-numeric: tabular-nums;
height: 100vh;
}