From 2a6368754a8b3a11f1772b52298b5d3b50ceebaa Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 18 Mar 2023 17:02:46 +0000 Subject: [PATCH] fix screenshot --- docs/examples/guide/layout/combining_layouts.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples/guide/layout/combining_layouts.css b/docs/examples/guide/layout/combining_layouts.css index 5c33bea7b..6ee4ca381 100644 --- a/docs/examples/guide/layout/combining_layouts.css +++ b/docs/examples/guide/layout/combining_layouts.css @@ -5,7 +5,7 @@ grid-rows: 1fr; } -#left-pane > Static { +#left-pane > Static { background: $boost; color: auto; margin-bottom: 1; @@ -13,6 +13,7 @@ } #left-pane { + width: 100%; height: 100%; row-span: 2; background: $panel;