mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user