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 = () => {
7979
8080 < ul >
8181 < 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
8383 full viewport of the browser window. Resizing the browser window will automatically
8484 adjust the size of this space and all the nested spaces.
8585 </ li >
@@ -147,13 +147,13 @@ const App: React.FC = () => {
147147 </ SyntaxHighlighter >
148148
149149 < Space . Fixed height = { 400 } >
150- < Space . Left size = "20%" style = { { backgroundColor : '#e0eae0' } } >
150+ < Space . Left size = { 200 } style = { { backgroundColor : '#e0eae0' } } >
151151 { Description ( "Left" ) }
152152 </ Space . Left >
153153 < Space . Fill style = { { backgroundColor : '#eee0e0' } } >
154154 { Description ( "Fill" ) }
155155 </ Space . Fill >
156- < Space . Right size = "20%" style = { { backgroundColor : '#e0eee0' } } >
156+ < Space . Right size = { 200 } style = { { backgroundColor : '#e0eee0' } } >
157157 { Description ( "Right" ) }
158158 </ Space . Right >
159159 </ Space . Fixed >
You can’t perform that action at this time.
0 commit comments