From db9200a724c1ed4976a55d88e4e8433e0188761e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tillmann=20D=C3=B6nicke?= <tillmann.doenicke@uni-goettingen.de> Date: Mon, 6 May 2024 15:20:08 +0000 Subject: [PATCH] fix(tei:choice): change display to inline-block --- scenarios/xslt/edxml2html/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/scenarios/xslt/edxml2html/css/styles.css b/scenarios/xslt/edxml2html/css/styles.css index 6bb6f26..048f704 100644 --- a/scenarios/xslt/edxml2html/css/styles.css +++ b/scenarios/xslt/edxml2html/css/styles.css @@ -418,6 +418,7 @@ corr::after { content: ">"; } */ using this hack: https://stackoverflow.com/a/16498754 */ .choice { + display: inline-block; font-size: 0.1%; } .choice > * { -- GitLab