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

fix style tagList

This commit is contained in:
Sosuke Suzuki
2017-09-30 18:13:21 +09:00
parent 59e5c547e9
commit 95e237d4a3
4 changed files with 50 additions and 4 deletions

View File

@@ -83,8 +83,12 @@ class SideNav extends React.Component {
} else {
component = (
<div>
<p>Tags</p>
{this.folderListComponent(data)}
<div styleName='tag-title'>
<p>Tags</p>
</div>
<div styleName='tagList'>
{this.folderListComponent(data)}
</div>
</div>
)
}