From e816a3cd3c54cbb76a609805467e7cd880b57eca Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 5 Jun 2024 15:48:04 +0200 Subject: [PATCH] Config doc - Don't enforce the height It doesn't look very well. Let's just use the natural padding we have, it's far better. --- docs/src/main/asciidoc/stylesheet/config.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/main/asciidoc/stylesheet/config.css b/docs/src/main/asciidoc/stylesheet/config.css index f7b70fabae1ad..53ca077e66cf5 100644 --- a/docs/src/main/asciidoc/stylesheet/config.css +++ b/docs/src/main/asciidoc/stylesheet/config.css @@ -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),