Skip to content

Commit

Permalink
Merge pull request #40989 from gsmet/more-natural-th-sizing
Browse files Browse the repository at this point in the history
Config doc - Don't enforce the height
  • Loading branch information
gsmet authored Jun 6, 2024
2 parents 60acbf1 + e816a3c commit bc1800d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/src/main/asciidoc/stylesheet/config.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ table.configuration-reference.tableblock > tbody > tr:nth-child(even) > th {
table.configuration-reference.tableblock > tbody > tr > th {
background-color: transparent;
font-size: 1rem;
height: 60px;
border: none;
border-bottom: 1px solid #4695eb;
vertical-align: bottom;
}

table.configuration-reference.tableblock > tbody > tr:first-child > th {
height: 30px;
}
table.configuration-reference.tableblock > tbody > tr > th:nth-child(2),
table.configuration-reference.tableblock > tbody > tr > th:nth-child(3),
table.configuration-reference.tableblock > tbody > tr > td:nth-child(2),
Expand Down

0 comments on commit bc1800d

Please sign in to comment.