From 84a3faa51ba89d929400ce1e0b38174c349eba22 Mon Sep 17 00:00:00 2001 From: wellenvogel Date: Sun, 21 Nov 2021 22:00:45 +0100 Subject: [PATCH] some css tweaks for xdr --- web/index.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/index.css b/web/index.css index 2f250fc..af37f2d 100644 --- a/web/index.css +++ b/web/index.css @@ -64,7 +64,6 @@ body{ flex-direction: row; flex-wrap: wrap; align-items: center; - min-width: 21em; } input,select { border: 1px solid #808080a1; @@ -105,14 +104,13 @@ body{ #xdrPage .value{ width: 24em; } - #xdrPage .row{ - min-width: 24em; - } + .xdrline { padding-top: 0.2em; padding-bottom: 0.2em; display: flex; flex-direction: row; + flex-wrap: wrap; } .xdrunused{ opacity: 0;