From 611ab130f3b8a67a3d1ce6368232dd53fbb61346 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 May 2023 16:38:06 +0200 Subject: [PATCH] add embeded styles --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 21047cd..eb3006c 100644 --- a/theme.css +++ b/theme.css @@ -77,3 +77,7 @@ body.is-embeded .ui.container { padding: 0; margin: 0 !important; } + +body.is-embeded .ui.container { + width: auto !important; +}