Clean up group boundaries

This commit is contained in:
Ian Gulliver
2019-07-09 17:42:15 +00:00
parent d07f631f10
commit 25545e51ab

View File

@@ -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%;