Use rem for problem table alignment

Refs #2159.
This commit is contained in:
Tudor Brindus 2023-02-08 01:45:26 -05:00 committed by GitHub
parent f7ab0908ec
commit 966e3c8f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
// Text columns are left-aligned
&.problem, &.category, &.types {
text-align: left;
padding: 0 1em;
padding: 0 1rem;
}
// Numeric columns are center-aligned