truncate details table titles as well

This commit is contained in:
David Kaltschmidt
2015-09-02 18:09:36 +02:00
parent 3fd98df8ac
commit e08d533b72
2 changed files with 2 additions and 3 deletions
@@ -7,7 +7,7 @@ const NodeDetailsTable = React.createClass({
return (
<div className="node-details-table">
<h4 className="node-details-table-title">
<h4 className="node-details-table-title truncate" title={this.props.title}>
{this.props.title}
</h4>