angular/src/app/devtools-app/devtools-app.component.css

9 lines
109 B
CSS
Raw Normal View History

iframe {
height: 440px;
width: 100%;
border: 0;
}
.devtools-wrapper {
height: calc(100vh - 444px);
}