Skip to content

Commit a223519

Browse files
committed
fix Delete env button
1 parent 272092e commit a223519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/environment-explorer/src/lib/components/environment-explorer-ui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const EnvironmentExplorerUI = (props: environmentExplorerUIProps) => {
109109
>
110110
<span
111111
onClick={async () => props.deleteForkedState(provider)}
112-
className="btn btn-sm mt-1 border border-danger"
112+
className="btn btn-sm mt-1 mr-4 border border-danger"
113113
>
114114
Delete Environment
115115
</span>

0 commit comments

Comments
 (0)