Skip to content

Commit 8ba001e

Browse files
columns for advanced tab
1 parent c20182c commit 8ba001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/tabs/advanced/DecryptAccount.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const DecryptAccount = () => {
4343
: "";
4444
};
4545

46-
const layout = { labelCol: { span: 3 }, wrapperCol: { span: 21 } };
46+
const layout = { labelCol: { span: 6 }, wrapperCol: { span: 21 } };
4747
useEffect(() => {}, [inputCiphertext, inputPassword]);
4848
if (aleo !== null) {
4949
const privateKey = () =>

0 commit comments

Comments
 (0)