Bug 1161132 - Allow user resizing for console.dir output. r=bgrins

This commit is contained in:
Jennifer Fong 2015-05-08 11:45:13 -07:00
Родитель 4cbd727a25
Коммит 4c4b9c180c
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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;