From ae9f21694666513f86bbb5abbbe0992e1f6ab263 Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Tue, 6 Aug 2019 19:23:46 +0200 Subject: [PATCH] fix styling - responsive --- benchmarking/public/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/benchmarking/public/style.css b/benchmarking/public/style.css index 7fbbe49..17501fe 100644 --- a/benchmarking/public/style.css +++ b/benchmarking/public/style.css @@ -31,13 +31,11 @@ select { #root { display: flex; flex-wrap: wrap; - /* border: 1px solid black; */ justify-content: space-around; } #root > div { margin: 10px 6px; - /* border: 1px solid red; */ } .component { @@ -54,4 +52,8 @@ select { main { width: 100%; } + + .chartComponent { + min-width: 300px; + } }