1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

modify: fix style for detail info

This commit is contained in:
sota1235
2016-12-21 14:01:18 +09:00
parent 15637642bb
commit 1ee3dec0cc
4 changed files with 16 additions and 54 deletions

View File

@@ -214,14 +214,11 @@ class MarkdownNoteDetail extends React.Component {
>
<div styleName='info'>
<div styleName='info-left'>
<div styleName='info-left-bottom'>
<TagSelect
styleName='info-left-bottom-tagSelect'
ref='tags'
value={this.state.note.tags}
onChange={(e) => this.handleChange(e)}
/>
</div>
<TagSelect
ref='tags'
value={this.state.note.tags}
onChange={(e) => this.handleChange(e)}
/>
</div>
<div styleName='info-right'>
<StarButton styleName='info-right-button'