From 5e1feeebf3704846e5b0986968679acd6923cd5d Mon Sep 17 00:00:00 2001 From: heulitig Date: Thu, 5 Oct 2023 18:32:38 +0530 Subject: [PATCH] minor css fix for code elements --- ftd/ftd-js.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftd/ftd-js.css b/ftd/ftd-js.css index 64aa69aaa9..250014eba6 100644 --- a/ftd/ftd-js.css +++ b/ftd/ftd-js.css @@ -85,7 +85,7 @@ body { width: 100%; } -input, code { +input { vertical-align: middle; } pre {