File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.container {
2
- max-width : 750 px ;
2
+ max-width : 850 px ;
3
3
}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export const DecryptRecord = () => {
71
71
setIsOwner ( null ) ;
72
72
} ;
73
73
74
- const layout = { labelCol : { span : 4 } , wrapperCol : { span : 21 } } ;
74
+ const layout = { labelCol : { span : 4 } , wrapperCol : { span : 21 } , layout : "vertical" } ;
75
75
76
76
if ( aleo !== null ) {
77
77
const recordPlaintext = ( ) =>
@@ -133,7 +133,7 @@ export const DecryptRecord = () => {
133
133
}
134
134
>
135
135
< Form { ...layout } >
136
- < Form . Item label = "Record ( Ciphertext) " colon = { false } >
136
+ < Form . Item label = "Ciphertext" colon = { false } >
137
137
< Input
138
138
name = "recordCiphertext"
139
139
size = "large"
@@ -166,7 +166,7 @@ export const DecryptRecord = () => {
166
166
{
167
167
< Form { ...layout } >
168
168
< Divider />
169
- < Form . Item label = "Record (Plaintext) " colon = { false } >
169
+ < Form . Item label = "Decrypted Record " colon = { false } >
170
170
{ plaintext ? (
171
171
< Row align = "middle" >
172
172
< Col span = { 23 } >
You can’t perform that action at this time.
0 commit comments