lib/carte/client/views/card.cjsx in carte-server-0.0.18 vs lib/carte/client/views/card.cjsx in carte-server-0.0.19
- old
+ new
@@ -49,10 +49,10 @@
<a href={'#/' + encodeURIComponent(@props.card.get('title'))}>
<i className='glyphicon glyphicon-link' />
</a>
</span>
</div>
- <div style={overflow:'hidden',width:'100%',height:'75%',wordWrap:'break-word'}>
+ <div className="card" style={overflow:'hidden',width:'100%',height:'73%',wordWrap:'break-word'}>
<div dangerouslySetInnerHTML={__html: markdownIt.render @props.card.get('content')} />
</div>
<div style={{visibility: if helpers.isMobile() || @state.showTools then 'visible' else 'hidden'}}>
{
if @props.card.get("tags")