зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1161132 - Allow user resizing for console.dir output. r=bgrins
This commit is contained in:
Родитель
4cbd727a25
Коммит
4c4b9c180c
|
@ -375,6 +375,9 @@ a {
|
|||
.inlined-variables-view .message-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
resize: vertical;
|
||||
overflow: auto;
|
||||
min-height: 200px;
|
||||
}
|
||||
.inlined-variables-view iframe {
|
||||
display: block;
|
||||
|
|
Загрузка…
Ссылка в новой задаче