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.
2 parents 701b061 + da82c01 commit 564f66dCopy full SHA for 564f66d
src/pages/HostKeyHeader/index.js
@@ -260,7 +260,7 @@ class HostKeyHeader extends Component {
260
<div>
261
<Form initialValues={{ ...this.initValues }} ref="form">
262
<Row gutter={8}>
263
- <Col span={16}>
+ <Col span={14}>
264
<Form.Item
265
name="redisKey"
266
rules={[
@@ -304,7 +304,7 @@ class HostKeyHeader extends Component {
304
/>
305
</Form.Item>
306
</Col>
307
- <Col span={3}>
+ <Col span={5}>
308
<Space>
309
<Form.Item style={{ marginBottom: "1px" }}>
310
<Popconfirm
0 commit comments