From 25545e51abb21225ada87d8ff5c2f7d19507a5da Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 9 Jul 2019 17:42:15 +0000 Subject: [PATCH] Clean up group boundaries --- architype.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/architype.css b/architype.css index c63586a..a85285a 100644 --- a/architype.css +++ b/architype.css @@ -157,17 +157,10 @@ body { height: 100%; background: var(--group-background); justify-content: flex-start; - margin-top: 20px; - padding: 5px; border: 1px dashed white; z-index: 1; } -.gridGroup:empty { - height: calc(100% - 10px); - margin-top: 0; -} - .gridGroupLabel { width: calc(100% - 10px); height: 100%;