From 52a1a25285a707c29e084a323a89449e9993c3b4 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Tue, 6 Jul 2021 14:05:12 +0000 Subject: [PATCH] chore: update docusaurus template Signed-off-by: aeneasr --- docs/src/theme/API.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/theme/API.module.css b/docs/src/theme/API.module.css index 23a227c9f80..7c87690600f 100644 --- a/docs/src/theme/API.module.css +++ b/docs/src/theme/API.module.css @@ -1,6 +1,6 @@ :global .container { - width: 100%; - max-width: 100%; + width: 100% !important; + max-width: 100% !important; } :global .container .col {