diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-04-09 18:12:20 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-04-09 18:14:16 +0000 |
| commit | 7ed8b009a6b38fd3b8bc3cdb0954e70536c75f24 (patch) | |
| tree | bec91112d3c8c19609ff06b74ab42c85a1287074 | |
| parent | 902f324fef1c122d4b212e64f7965ec3ff63b810 (diff) | |
| download | doc-7ed8b009a6b38fd3b8bc3cdb0954e70536c75f24.tar.gz doc-7ed8b009a6b38fd3b8bc3cdb0954e70536c75f24.zip | |
Design - tables align text to top
PR: 269819
Reported by: grahamperrin@
| -rw-r--r-- | documentation/themes/beastie/assets/styles/global.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss index e5c56744f9..b17e541e25 100644 --- a/documentation/themes/beastie/assets/styles/global.scss +++ b/documentation/themes/beastie/assets/styles/global.scss @@ -458,6 +458,7 @@ table.tableblock { padding: .5em .625em .625em; font-size: inherit; border-width: 0 1px 1px 0; + vertical-align: top; } td.icon { |
