Skip to content

Commit

Permalink
pre
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Nov 18, 2023
1 parent b74c40c commit 7bd7ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/QAMTab/MOTDDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function MOTDDisplay() {
<FaTimes />
</DialogButton>
</div>
<p style={{ fontSize: "0.75em" }}>{motd?.description}</p>
<span style={{ fontSize: "0.75em", whiteSpace: "pre-line" }}>{motd?.description}</span>
</Focusable>
</PanelSection>
);
Expand Down

0 comments on commit 7bd7ba3

Please sign in to comment.