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;