Replace inline styles with stylesheet (#3115)

This commit is contained in:
Yamagishi Kazutoshi
2017-05-19 18:42:54 +09:00
committed by Eugen Rochko
parent 550863198c
commit b8b7b506a2
13 changed files with 122 additions and 55 deletions

View File

@ -35,7 +35,7 @@ class ColumnCollapsable extends React.PureComponent {
<i className={`fa fa-${icon}`} />
</div>
<div className='column-collapsable__content' style={{ height: `${fullHeight}px`, maxHeight: '70vh' }}>
<div className='column-collapsable__content' style={{ height: `${fullHeight}px` }}>
{children}
</div>
</div>