From 6bef1350e692c818c55c6d2074c12506e98cdf4f Mon Sep 17 00:00:00 2001 From: Tanuj Kanti <86398394+Tanujkanti4441@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:15:09 +0530 Subject: [PATCH] docs: don't apply layouts to html formatter example (#16591) * fix: font, color and table flow of formatters-example page * fix: add html-formatter-example.json file * fix: table color on theme change * fix: remove additional changes in html-formatter-example.html --- docs/src/user-guide/formatters/html-formatter-example.html | 2 +- docs/src/user-guide/formatters/html-formatter-example.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/src/user-guide/formatters/html-formatter-example.json diff --git a/docs/src/user-guide/formatters/html-formatter-example.html b/docs/src/user-guide/formatters/html-formatter-example.html index 3023181d00d..b8ef2493d3b 100644 --- a/docs/src/user-guide/formatters/html-formatter-example.html +++ b/docs/src/user-guide/formatters/html-formatter-example.html @@ -225,4 +225,4 @@

ESLint Report

} - + \ No newline at end of file diff --git a/docs/src/user-guide/formatters/html-formatter-example.json b/docs/src/user-guide/formatters/html-formatter-example.json new file mode 100644 index 00000000000..6070c859e9e --- /dev/null +++ b/docs/src/user-guide/formatters/html-formatter-example.json @@ -0,0 +1,3 @@ +{ + "layout": false +} \ No newline at end of file