Skip to content

Commit cf634a0

Browse files
committed
Move dropdown to bottom of demo page
1 parent fe61dd5 commit cf634a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/pages/HomePage/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ module.exports = React.createClass( {
6969
<main className='stage-main slds-grid slds-wrap slds-grow' role='main'>
7070
<div className='region region--main slds-grow slds-size--1-of-1 slds-medium-size--1-of-2 slds-large-size--8-of-12 slds-col-rule--right slds-p-around--large'>
7171

72-
<DropdownBaseSection />
73-
7472
<ButtonSection />
7573

7674
<ButtonGroupSection />
@@ -89,6 +87,8 @@ module.exports = React.createClass( {
8987

9088
<PicklistBaseCustomSection />
9189

90+
<DropdownBaseSection />
91+
9292

9393
</div>
9494
</main>

0 commit comments

Comments
 (0)