From 9ce58c98604677ffb87a9ac0d7b0a557eab716e6 Mon Sep 17 00:00:00 2001 From: "moanos [he/him]" Date: Mon, 22 Jul 2024 06:47:14 +0000 Subject: [PATCH] fix: Make list of failed checks not jump around --- src/assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 46c351b..38a98f3 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -39,6 +39,11 @@ a { text-decoration: none; } +ul { + list-style: none; + padding-left: 0px; +} + .container-form { background: var(--background-three); color: var(--text-two);