From c2b21e340e7e9ec69345937c6f33ac4fec376cba Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 14 Oct 2021 15:36:48 +0100 Subject: [PATCH] Fix summary styling to be usable --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index eae816c..ddafc78 100644 --- a/styles.css +++ b/styles.css @@ -41,7 +41,7 @@ details { padding: 1em 0 1em 0; } -summary > *:first-child { +summary > * { display: inline }