diff --git a/ci/index.html b/ci/index.html index dc05153..7cfefbe 100644 --- a/ci/index.html +++ b/ci/index.html @@ -53,7 +53,11 @@ #results h1 { font-size: 25px; - margin: 0 0 25px; + margin: 0 10px 25px; + word-break: break-all; + } + #results table { + margin: 0 10px; } section { display: flex;