From b99bbb5ee6d4b8c311afb00eaaa67c193ca0c4ef Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Wed, 20 Apr 2022 08:22:09 +0200 Subject: docs: fix lost description texts (#836) --- docs/.vitepress/theme/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css index 913d764e..9e7f65fb 100644 --- a/docs/.vitepress/theme/index.css +++ b/docs/.vitepress/theme/index.css @@ -2,6 +2,14 @@ table td * { display: inline; } +table td ul { + display: block; +} + +table td ul li { + display: list-item; +} + .nav-bar-title .logo { min-height: 2rem; } -- cgit v1.2.3