From 74284cde6dd3027f21dba3cfcf8f0f8b3d10fb0c Mon Sep 17 00:00:00 2001 From: Sirbu Nicolae-Cezar Date: Wed, 7 Apr 2021 15:59:21 +0300 Subject: [PATCH] Comment width height, quickfix Signed-off-by: Sirbu Nicolae-Cezar --- happi-graph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/happi-graph.js b/happi-graph.js index 71c915c..6966169 100644 --- a/happi-graph.js +++ b/happi-graph.js @@ -359,8 +359,8 @@ class HappiGraph extends PolymerElement { :host { display: flex; flex-grow: 1; - width: 100%; - height: 100%; + /* width: 100%; TODO: fix this issue + height: 100%; */ font: var(--happi-graph-font-family); }