Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from sarbull/main
Browse files Browse the repository at this point in the history
Comment width height, quickfix
  • Loading branch information
sarbull committed Apr 7, 2021
2 parents 8e1a65c + 74284cd commit 67c6f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions happi-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 67c6f45

Please sign in to comment.