From e05b185605c6ff705aaa62a60a8bea0f453fdcee Mon Sep 17 00:00:00 2001 From: Oliver Marshall Date: Fri, 15 Mar 2024 15:38:12 +0000 Subject: [PATCH] fix: make editor full width fixes #18 --- src/xt_fiddle/client.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xt_fiddle/client.cljs b/src/xt_fiddle/client.cljs index 7d4ac9a..1008106 100644 --- a/src/xt_fiddle/client.cljs +++ b/src/xt_fiddle/client.cljs @@ -250,7 +250,7 @@ ;; overflow-hidden fixes a bug where if an editor would have content that goes off the ;; screen the whole page would scroll. - [:div {:class "container mx-auto flex-grow overflow-hidden"} + [:div {:class "mx-4 flex-grow overflow-hidden"} [:div {:class "h-full flex flex-col gap-2 py-2"} [:section {:class "h-1/2 flex gap-2"} (let [editor (case @(rf/subscribe [:get-type])