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

View File

@@ -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>

View File

@@ -316,10 +316,9 @@ body {
&-title {
text-transform: uppercase;
margin-bottom: 0.25em;
margin-bottom: 0;
color: @text-secondary-color;
font-size: 100%;
line-height: 125%;
}
&-row {