Skip to content

Commit 653bcbe

Browse files
committed
Show verification code controls on next line
This PR fixes #2361. Signed-off-by: Denis Golovin [email protected]
1 parent 6b27548 commit 653bcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/cluster/app/sandboxView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export default function addSandboxView(props): JSX.Element {
288288
return (
289289
<>
290290
{( currentState.action === 'sandboxPageEnterVerificationCode' ) && (
291-
<div style={{ margin: '20px', position: 'relative', display: 'inline-block' }}>
291+
<div style={{ margin: '20px', position: 'relative' }}>
292292
<CodeTextField id='code'
293293
disabled={inProgress}
294294
onChange={handleVerifyCode}

0 commit comments

Comments
 (0)