word/edit: separate consecutive input fields
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 12 Jan 2022 15:20:58 +0000 (16:20 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 7 Feb 2022 17:42:33 +0000 (18:42 +0100)
Spacing between multiple elements within each row.

word/editor.css

index c3717d531327fbb8aaf4ff33bd750336be8a418f..4a848f58868001f1a7058442c294dbc7eb0f7d78 100644 (file)
@@ -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;