From e08d533b72b8de6749e8244b1063cdc227ebc718 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Wed, 2 Sep 2015 18:09:36 +0200 Subject: [PATCH] truncate details table titles as well --- client/app/scripts/components/node-details-table.js | 2 +- client/app/styles/main.less | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 {