Skip to content

Commit

Permalink
Improved wording clarity; minor CSS changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Feb 4, 2024
1 parent b181e2d commit 0427ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ const Options: React.FunctionComponent<Props> = ({ sandbox }) => {
&nbsp;This information is needed when troubleshooting problems
that are occurring in background scripts. If you select this
option, the exported file may reveal private information like
what websites you have visited recently in any tab.
what websites you have recently visited in any tab.
</>
}
/>
Expand Down
4 changes: 4 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,7 @@ p.request-params-no-url-notice {
height: 10px;
background-color: gray;
}

.MuiFormGroup-root {
margin: 10px;
}

0 comments on commit 0427ddf

Please sign in to comment.