mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
truncate details table titles as well
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user