diff --git a/.vscode/settings.json b/.vscode/settings.json index 0adb5cdcc..f8fb78778 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,9 @@ "source.fixAll.eslint": "explicit", "source.organizeImports": "explicit" }, + "editor.formatOnSave": true, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "prettier.requireConfig": true, "eslint.validate": [ "javascript", "javascriptreact", diff --git a/app/components/copy-to-clipboard-text-input.tsx b/app/components/copy-to-clipboard-text-input.tsx index b856163d8..256172f8b 100644 --- a/app/components/copy-to-clipboard-text-input.tsx +++ b/app/components/copy-to-clipboard-text-input.tsx @@ -50,7 +50,7 @@ const useCopyToClipboardTextInputStyles = makeStyles((theme: Theme) => ({ padding: `${theme.spacing(0)} ${theme.spacing(2)}`, flexGrow: 1, fontSize: "1rem", - minWidth: 160, + minWidth: 250, overflowX: "auto", borderTopLeftRadius: "default", borderBottomLeftRadius: "default", diff --git a/app/components/publish-actions.tsx b/app/components/publish-actions.tsx index b7afe2141..a94f03492 100644 --- a/app/components/publish-actions.tsx +++ b/app/components/publish-actions.tsx @@ -3,7 +3,6 @@ import { Box, Button, Divider, - Link, Popover, PopoverProps, Stack, @@ -158,7 +157,7 @@ const Share = ({ configKey, locale }: PublishActionProps) => { ); }} > - + * + *": { mt: 4 } }}> { Chart URL: - - - {shareUrl} - - +