From b41e66a60720cc8041b781fe3fec18ce07721572 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 May 2023 16:36:04 +0200 Subject: [PATCH] add embeded styles --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 31183d4..21047cd 100644 --- a/theme.css +++ b/theme.css @@ -75,5 +75,5 @@ body.is-embeded .page-content, body.is-embeded > .full.height, body.is-embeded .ui.container { padding: 0; - margin: 0; + margin: 0 !important; }