Bug 1285863 - Improve UI / UX of devtools JSONView r=ntim

MozReview-Commit-ID: 5gxqmoGvsTl
This commit is contained in:
Ruturaj Vartak
2016-07-30 08:20:00 -07:00
parent a11453a5f4
commit a07f40a09e
10 changed files with 84 additions and 66 deletions

View File

@@ -87,9 +87,7 @@ define(function (require, exports, module) {
td({className: "netInfoParamName"},
span({title: header.name}, header.name)
),
td({className: "netInfoParamValue"},
code({}, header.value)
)
td({className: "netInfoParamValue"}, header.value)
)
);
});