Skip to content

Commit

Permalink
fix(docs): Fix vertical padding issue for "Decoder: Format String" he…
Browse files Browse the repository at this point in the history
…lper text (fixes #142). (#143)
  • Loading branch information
junhaoliao authored Dec 2, 2024
1 parent 969ff35 commit e3107d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modals/SettingsModal/SettingsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import ThemeSwitchToggle from "./ThemeSwitchToggle";
const CONFIG_FORM_FIELDS = [
{
helperText: (
<p>
<span>
[JSON] Format string for formatting a JSON log event as plain text. See the
{" "}
<Link
Expand All @@ -48,7 +48,7 @@ const CONFIG_FORM_FIELDS = [
</Link>
{" "}
or leave this blank to display the entire log event.
</p>
</span>
),
initialValue: getConfig(CONFIG_KEY.DECODER_OPTIONS).formatString,
label: "Decoder: Format string",
Expand Down

0 comments on commit e3107d3

Please sign in to comment.