From 620fdcd04138557a402d3647c2f74f79957468b7 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 12 Jan 2022 16:20:58 +0100 Subject: [PATCH] word/edit: separate consecutive input fields Spacing between multiple elements within each row. --- word/editor.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/word/editor.css b/word/editor.css index c3717d5..4a848f5 100644 --- a/word/editor.css +++ b/word/editor.css @@ -5,7 +5,6 @@ dl { form > ul { display: table; - border-spacing: 0 2px; } form > ul > li { display: table-row; @@ -75,7 +74,7 @@ h1 { margin: 0 -1ex; /* inner gap */ } .inline > * { - margin: 0 1ex; + margin: 1px 1ex; } .inline .inline { display: flex; -- 2.30.0