diff --git a/cnf-certification-test/webserver/index.html b/cnf-certification-test/webserver/index.html index 100d1377e..9b05c387a 100644 --- a/cnf-certification-test/webserver/index.html +++ b/cnf-certification-test/webserver/index.html @@ -139,6 +139,14 @@ opacity: var(--main-opacity, 1); transition: opacity 200ms ease; } + h4 input[type="checkbox"] { + display: inline-block; + } + + h4 label { + display: inline-block; + margin-left: 8px; /* Adjust margin as needed */ + }