From 18ffeaccee178a9455fb992148cc33f09729fcc2 Mon Sep 17 00:00:00 2001 From: Markus Grigull Date: Thu, 15 Oct 2015 15:00:40 +0200 Subject: [PATCH] Add small changes to layout --- app/styles/app.css | 2 +- app/templates/components/entity-chart.hbs | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/styles/app.css b/app/styles/app.css index e4e8262..4259504 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -108,7 +108,7 @@ footer { } .svg-image { - width: 90%; + width: 100%; height: auto; } diff --git a/app/templates/components/entity-chart.hbs b/app/templates/components/entity-chart.hbs index 41287f9..32f9076 100644 --- a/app/templates/components/entity-chart.hbs +++ b/app/templates/components/entity-chart.hbs @@ -19,7 +19,12 @@

Source: {{visibleProperty.source}}

{{/if}} --> {{else}} -

{{entityName}} not found

+

+ {{entityName}} +
+
+ Data not available +

{{/if}}