From 3c925b70441177ec1c1adfa79c6961e4eb7547a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Rivi=C3=A8re?= Date: Wed, 14 Jun 2023 18:43:27 +0200 Subject: [PATCH] fixes an alignment issue for radio buttons (#1692) --- docs/.vitepress/theme/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index 573e7817ce..680f9ffdcf 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -58,6 +58,7 @@ .label-input > label { display: inline-flex; + align-items: center; } .label-input > input,