Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ac62b5

Browse files
mgechevAleksanderBodurri
authored andcommitted
fix: layout when visualizing the profiling data
1 parent 9eec709 commit 1ac62b5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,16 @@ menu {
6161
}
6262

6363
.recording,
64-
.visualization,
6564
#profiler-content-wrapper {
6665
margin: 0;
6766
height: calc(100% - 24px);
6867
}
6968

69+
.visualization {
70+
margin: 0;
71+
height: 100%;
72+
}
73+
7074
.hidden {
7175
display: none;
7276
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:host {
2+
height: calc(100% - 2 * 60px);
3+
display: block;
4+
overflow: auto;
5+
}

0 commit comments

Comments
 (0)