Make table heads with row scope left-aligned
All checks were successful
Build and publish Docker image / build (push) Successful in 20s
All checks were successful
Build and publish Docker image / build (push) Successful in 20s
Signed-off-by: tobigr <tobigr@mail.de>
This commit is contained in:
parent
fd59759961
commit
4fd05f5b38
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ table tr td {
|
|||
padding-right: 0.25cm;
|
||||
}
|
||||
|
||||
table tbody th[scope="row"] {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue