summaryrefslogtreecommitdiffstats
path: root/devtools/client/jsonview/css/general.css
diff options
context:
space:
mode:
authoryami <34216515+kn-yami@users.noreply.github.com>2019-07-30 16:09:52 +0200
committeryami <34216515+kn-yami@users.noreply.github.com>2019-07-30 16:09:52 +0200
commitd80d5688e6177d81513aa5b4d55cb479220c85b0 (patch)
treee3073fdb5c7ee459636591b69dab8720e2529d61 /devtools/client/jsonview/css/general.css
parentf635feec77ad32c3e1251a91a145ebee185fee31 (diff)
downloadUXP-d80d5688e6177d81513aa5b4d55cb479220c85b0.tar
UXP-d80d5688e6177d81513aa5b4d55cb479220c85b0.tar.gz
UXP-d80d5688e6177d81513aa5b4d55cb479220c85b0.tar.lz
UXP-d80d5688e6177d81513aa5b4d55cb479220c85b0.tar.xz
UXP-d80d5688e6177d81513aa5b4d55cb479220c85b0.zip
Issue #1138 - Part 3: avoid quirks mode in JSON Viewer
Mozilla Bug 1368899
Diffstat (limited to 'devtools/client/jsonview/css/general.css')
-rw-r--r--devtools/client/jsonview/css/general.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/devtools/client/jsonview/css/general.css b/devtools/client/jsonview/css/general.css
index 89b3b3c98..d80720f4f 100644
--- a/devtools/client/jsonview/css/general.css
+++ b/devtools/client/jsonview/css/general.css
@@ -30,6 +30,7 @@ pre {
#json {
display: none;
+ white-space: pre-wrap;
}
/******************************************************************************/
@@ -43,9 +44,3 @@ body.theme-dark {
.theme-dark pre {
background-color: var(--theme-body-background);
}
-
-/******************************************************************************/
-/* Fixes for quirks mode */
-table {
- font: inherit;
-}