Skip to content

Commit

Permalink
add marginBottom
Browse files Browse the repository at this point in the history
  • Loading branch information
richardguerre committed Jul 19, 2021
1 parent a71193f commit 3b18d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Settings/LogList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const LogList = () => {
return (
<>
{logs.length > 0 ? (
<Typography.Text type="secondary">
<Typography.Text type="secondary" style={{ marginBottom: '8px' }}>
You can ignore errors/warnings that are 10 minutes or older as they don't seem
to be repeating. Repeating errors/warnings will update the time (i.e. "... ago")
to be less than 10 minutes.
Expand Down

0 comments on commit 3b18d20

Please sign in to comment.