File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const App: React.FC = () => {
79
79
80
80
< ul >
81
81
< li >
82
- < strong > <ViewPort /></ strong > a top level space. This space will take over the
82
+ < strong > <ViewPort /></ strong > - this space will take over the
83
83
full viewport of the browser window. Resizing the browser window will automatically
84
84
adjust the size of this space and all the nested spaces.
85
85
</ li >
@@ -147,13 +147,13 @@ const App: React.FC = () => {
147
147
</ SyntaxHighlighter >
148
148
149
149
< Space . Fixed height = { 400 } >
150
- < Space . Left size = "20%" style = { { backgroundColor : '#e0eae0' } } >
150
+ < Space . Left size = { 200 } style = { { backgroundColor : '#e0eae0' } } >
151
151
{ Description ( "Left" ) }
152
152
</ Space . Left >
153
153
< Space . Fill style = { { backgroundColor : '#eee0e0' } } >
154
154
{ Description ( "Fill" ) }
155
155
</ Space . Fill >
156
- < Space . Right size = "20%" style = { { backgroundColor : '#e0eee0' } } >
156
+ < Space . Right size = { 200 } style = { { backgroundColor : '#e0eee0' } } >
157
157
{ Description ( "Right" ) }
158
158
</ Space . Right >
159
159
</ Space . Fixed >
You can’t perform that action at this time.
0 commit comments