Skip to content

Commit

Permalink
Config doc - Don't enforce the height
Browse files Browse the repository at this point in the history
It doesn't look very well. Let's just use the natural padding we have,
it's far better.
  • Loading branch information
gsmet committed Jun 5, 2024
1 parent 48fbb51 commit e816a3c
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 e816a3c

Please sign in to comment.