From 0427ddf787e2883b1bb99c4b243175325e509c63 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sat, 3 Feb 2024 16:30:49 -0800 Subject: [PATCH] Improved wording clarity; minor CSS changes. --- src/options.tsx | 2 +- src/styles.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/options.tsx b/src/options.tsx index 35b004f..32ce588 100644 --- a/src/options.tsx +++ b/src/options.tsx @@ -1022,7 +1022,7 @@ const Options: React.FunctionComponent = ({ sandbox }) => {  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. } /> diff --git a/src/styles.css b/src/styles.css index 2f70a60..532e422 100644 --- a/src/styles.css +++ b/src/styles.css @@ -263,3 +263,7 @@ p.request-params-no-url-notice { height: 10px; background-color: gray; } + +.MuiFormGroup-root { + margin: 10px; +}