From 76e1490d8fa4d7bbb3a6ba04a606ed71e15d71d3 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 7 Aug 2015 15:35:58 -0400 Subject: [PATCH] Small UI fix --- static/css/directives/ui/logs-view.css | 3 ++- static/js/graphing.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/directives/ui/logs-view.css b/static/css/directives/ui/logs-view.css index 4175821d3..2b352d373 100644 --- a/static/css/directives/ui/logs-view.css +++ b/static/css/directives/ui/logs-view.css @@ -83,11 +83,12 @@ } .logs-view-element .log .log-description code { - max-width: 300px; + max-width: 200px; display: inline-block; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; + white-space: nowrap; } .logs-view-element .log-performer { diff --git a/static/js/graphing.js b/static/js/graphing.js index 94f97fa20..1112261d6 100644 --- a/static/js/graphing.js +++ b/static/js/graphing.js @@ -1823,7 +1823,7 @@ LogUsageChart.prototype.draw = function(container, logData, startDate, endDate) nv.addGraph(function() { // Build the chart itself. var chart = nv.models.multiBarChart() - .margin({top: 30, right: 30, bottom: 50, left: 30}) + .margin({top: 30, right: 30, bottom: 50, left: 60}) .stacked(false) .staggerLabels(false) .tooltip(function(d, e) {