From 9130ad7e08ed98701026f72f9b5c2e12afd4bc4e Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 3 Sep 2022 11:58:05 -0400 Subject: [PATCH] make results section of webgui full width --- static/dream_web/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/dream_web/index.css b/static/dream_web/index.css index 4f3b0cfadc..072c00d53a 100644 --- a/static/dream_web/index.css +++ b/static/dream_web/index.css @@ -44,7 +44,7 @@ div { } #results { text-align: center; - max-width: 1000px; +// max-width: 1024px; margin: auto; padding-top: 10px; } @@ -64,7 +64,7 @@ input[type="number"] { width: 150px; } hr { - width: 200px; +// width: 200px; } label { white-space: nowrap;