From 409fcd438d4ff6d26fa5aea736062535aa75ea2a Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sun, 19 Apr 2020 22:40:50 +0100 Subject: [PATCH] Revert "Fix Webstudio stopping at height of fullest channel." This reverts commit 9b54744c38ddfa153f9cbda9974b7ec0b74c2595. --- src/App.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.css b/src/App.css index 22889b9..f659e04 100644 --- a/src/App.css +++ b/src/App.css @@ -21,10 +21,6 @@ color: #09d3ac; } -.sp { - flex-grow: 1 -} - .sp-container { display: flex; flex-direction: column;