From b96980121fb6ded380295b978c3f1cd2208109c8 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Thu, 11 Apr 2024 22:27:28 +1200 Subject: [PATCH] Fix styling error --- materialious/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/materialious/static/style.css b/materialious/static/style.css index ecb8876c..c58fac88 100644 --- a/materialious/static/style.css +++ b/materialious/static/style.css @@ -12,6 +12,12 @@ max-width: 200px !important; } +.vds-kb-action { + position: absolute !important; + top: 50% !important; + left: 50% !important; +} + .vds-chapter-radio { align-items: start !important; }