Closes #16108. Adds text-transform capitalize to the attr-table tr > th

This commit is contained in:
Daniel W. Anner 2024-05-20 22:34:46 +00:00 committed by GitHub
parent 233b9029e1
commit 76f4ee9acd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -42,6 +42,9 @@ table.attr-table {
overflow-wrap: anywhere;
}
tr > th {
text-transform: capitalize;
}
}
// Remove bottom margin from <pre> elements inside table cells