From 2e5ef82d4b948e51b3f0317dfe84c9df3a9e6fc5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 27 Jul 2023 17:42:36 +0200 Subject: [PATCH] update embed css --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 12af062..64a4bc8 100644 --- a/theme.css +++ b/theme.css @@ -78,7 +78,7 @@ body.is-embeded .ui.container { margin: 0 !important; } -body.is-embeded > div > .ui.container { +body.is-embeded .page-content > .ui.container { max-width: 100% !important; width: auto !important; }