mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
113 B
CSS
9 lines
113 B
CSS
|
|
:host, .devtools-wrapper {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
.noselect {
|
||
|
|
user-select: none;
|
||
|
|
}
|