From 12b3bd5871092c0704a86d5508a0afb62bbc0088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 6 Apr 2019 09:41:49 +0200 Subject: [PATCH] =?UTF-8?q?Ensure=20that=20there=E2=80=99s=20space=20betwe?= =?UTF-8?q?en=20key=20and=20value=20in=20dl.compact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xmpp.v2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/xmpp.v2.css b/xmpp.v2.css index 07124da0..1454c04a 100644 --- a/xmpp.v2.css +++ b/xmpp.v2.css @@ -1230,6 +1230,7 @@ dl.compact > dt { grid-column: 1; margin-bottom: 0; + padding-right: 0.5em; } dl.compact > dd {