Skip to content

Commit

Permalink
Use rem for problem table alignment
Browse files Browse the repository at this point in the history
Refs #2159.
  • Loading branch information
Xyene authored Feb 8, 2023
1 parent f7ab090 commit 966e3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/problem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 966e3c8

Please sign in to comment.