1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: Fix the sort-by-btn layout

This commit is contained in:
Kazu Yokomizo
2017-04-21 14:20:21 +09:00
parent b22aad0678
commit de303cf072
2 changed files with 7 additions and 6 deletions

View File

@@ -404,7 +404,7 @@ class NoteList extends React.Component {
>
<div styleName='control'>
<div styleName='control-sortBy'>
Sort by
<i className='fa fa-bolt' />
<select styleName='control-sortBy-select'
value={config.sortBy}
onChange={(e) => this.handleSortByChange(e)}