feat: use tabular numbers in frontend
This makes all digits monospaced, improving readability of date columns.
This commit is contained in:
parent
98255f8e14
commit
0c22794b49
@ -19,6 +19,7 @@ $grid-breakpoints: (
|
|||||||
// Paperless-ngx styles
|
// Paperless-ngx styles
|
||||||
body {
|
body {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user