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; + } }