mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
109 B
CSS
9 lines
109 B
CSS
|
|
iframe {
|
||
|
|
height: 440px;
|
||
|
|
width: 100%;
|
||
|
|
border: 0;
|
||
|
|
}
|
||
|
|
.devtools-wrapper {
|
||
|
|
height: calc(100vh - 444px);
|
||
|
|
}
|