From f2f13e360ef96212a4a1ab15aaa92e23256bbda6 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 8 Aug 2019 07:53:36 -0700 Subject: [PATCH] Fix debugger alignment --- modern/src/debugger/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modern/src/debugger/index.js b/modern/src/debugger/index.js index 2280da75..dc45c8ba 100644 --- a/modern/src/debugger/index.js +++ b/modern/src/debugger/index.js @@ -36,7 +36,7 @@ function Wrapper() { {...getRootProps()} style={{ height: "100vh", - width: "100vh", + width: "100vw", backgroundColor: isDragActive ? "yellow" : "white", }} >