We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b27548 commit 653bcbeCopy full SHA for 653bcbe
src/webview/cluster/app/sandboxView.tsx
@@ -288,7 +288,7 @@ export default function addSandboxView(props): JSX.Element {
288
return (
289
<>
290
{( currentState.action === 'sandboxPageEnterVerificationCode' ) && (
291
- <div style={{ margin: '20px', position: 'relative', display: 'inline-block' }}>
+ <div style={{ margin: '20px', position: 'relative' }}>
292
<CodeTextField id='code'
293
disabled={inProgress}
294
onChange={handleVerifyCode}
0 commit comments