diff --git a/client/app/scripts/components/node-details-table.js b/client/app/scripts/components/node-details-table.js index c5e7981e0..5e5d4ea63 100644 --- a/client/app/scripts/components/node-details-table.js +++ b/client/app/scripts/components/node-details-table.js @@ -7,7 +7,7 @@ const NodeDetailsTable = React.createClass({ return (
-

+

{this.props.title}

diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 20df646ba..32eaf6e0a 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -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 {