From 4b5125459784ad43eb2779effc0a02b189db4de7 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Thu, 11 Jan 2024 15:56:06 +0100 Subject: [PATCH] fix: aligned inline code vertically #3228 (#3417) --- .../plugin-base/src/main/resources/dokka/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dokka-subprojects/plugin-base/src/main/resources/dokka/styles/style.css b/dokka-subprojects/plugin-base/src/main/resources/dokka/styles/style.css index 62b0ddbd2c..5689590824 100644 --- a/dokka-subprojects/plugin-base/src/main/resources/dokka/styles/style.css +++ b/dokka-subprojects/plugin-base/src/main/resources/dokka/styles/style.css @@ -714,7 +714,7 @@ code { code:not(.block) { display: inline-block; - vertical-align: middle; + vertical-align: bottom; } .symbol > a {