Make number cells in PDFs consistently bold
Add `font-weight: bold` to the `.num-cell` CSS class in the PDF renderer to match the web interface's styling.
This commit is contained in:
@@ -386,6 +386,7 @@ tr {
|
||||
.num-cell {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.meeting-cell {
|
||||
|
||||
Reference in New Issue
Block a user