word/edit: separate consecutive input fields
[sheet.git] / word / editor.css
index 2e89bb5a3651b1be98eff0495818d246d543e9d8..4a848f58868001f1a7058442c294dbc7eb0f7d78 100644 (file)
@@ -5,7 +5,6 @@ dl {
 
 form > ul {
        display: table;
-       border-spacing: 0 2px;
 }
 form > ul > li {
        display: table-row;
@@ -40,8 +39,11 @@ select {
 }
 #convertpreview {
        width: 300px;
+       height: 200px;
        align-self: start;
        flex-shrink: 0;
+       position: relative;
+       overflow: hidden;
 }
 
 .popup {
@@ -72,7 +74,7 @@ h1 {
        margin: 0 -1ex; /* inner gap */
 }
 .inline > * {
-       margin: 0 1ex;
+       margin: 1px 1ex;
 }
 .inline .inline {
        display: flex;