From cd29c1f49466a2bb0c3664181353a3295eed7b7a Mon Sep 17 00:00:00 2001 From: Dmytro Karpovych <106237741+dmytro-karpovych-maxa@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:22:15 +0200 Subject: [PATCH] Update index.css --- streamlit_ace/frontend/src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/streamlit_ace/frontend/src/index.css b/streamlit_ace/frontend/src/index.css index b9a31f9..7248b61 100644 --- a/streamlit_ace/frontend/src/index.css +++ b/streamlit_ace/frontend/src/index.css @@ -1,3 +1,5 @@ body { font-family: "Roboto", "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif; + padding: 0; + margin: 0; }