From 5b1ab86344874a0ce5f70cddee88aac764351f67 Mon Sep 17 00:00:00 2001 From: Justin Munn Date: Fri, 31 May 2024 12:45:10 -0700 Subject: [PATCH] Fixes body class typo, removes border --- src/microsoft-trydotnet-editor/src/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/microsoft-trydotnet-editor/src/index.css b/src/microsoft-trydotnet-editor/src/index.css index eb86ca905..8d8a6ef74 100644 --- a/src/microsoft-trydotnet-editor/src/index.css +++ b/src/microsoft-trydotnet-editor/src/index.css @@ -1,10 +1,9 @@ -.body { +body { width: auto; height: auto; - border: 1px solid #ccc; margin: 0; } .monaco-editor { padding: 0.5rem; -} \ No newline at end of file +}