diff --git a/ui/src/style/components/threesizer.scss b/ui/src/style/components/threesizer.scss index 42e18231a8..2bec45e63c 100644 --- a/ui/src/style/components/threesizer.scss +++ b/ui/src/style/components/threesizer.scss @@ -169,5 +169,15 @@ $threesizer-shadow-stop: fade-out($g0-obsidian, 1); } .threesizer--body { - flex: 1 0 0; + .horizontal > &:only-child { + width: 100%; + } + + .vertical > &:only-child { + height: 100%; + } + + .threesizer--header + & { + flex: 1 0 0; + } }