Skip to content

Commit e7ea752

Browse files
committed
css fixes
1 parent 815e06a commit e7ea752

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/styles/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
body {
22
margin-top: 3.5rem;
3+
height: calc(100% - 3.55rem);
34
}
45

56
html,
6-
body,
77
body > [class="ember-view"],
88
.flame-graph {
99
height: 100%;

app/templates/flame.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{{outlet}}
2-
31
{{flame-graph graphData=graph.graph}}

0 commit comments

Comments
 (0)