Skip to content

Commit 2a63687

Browse files
committed
fix screenshot
1 parent 50f4bd5 commit 2a63687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/examples/guide/layout/combining_layouts.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
grid-rows: 1fr;
66
}
77

8-
#left-pane > Static {
8+
#left-pane > Static {
99
background: $boost;
1010
color: auto;
1111
margin-bottom: 1;
1212
padding: 1;
1313
}
1414

1515
#left-pane {
16+
width: 100%;
1617
height: 100%;
1718
row-span: 2;
1819
background: $panel;

0 commit comments

Comments
 (0)