This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 73538c6 fix: incomplete label display #1044 (#1252)
73538c6 is described below
commit 73538c6b61e90018cdeb8f599a2e5165d8793d9b
Author: Kishani Kandasamy <[email protected]>
AuthorDate: Sun Jan 10 12:35:01 2021 +0530
fix: incomplete label display #1044 (#1252)
---
web/src/pages/Route/components/Step1/MatchingRulesView.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/src/pages/Route/components/Step1/MatchingRulesView.tsx
b/web/src/pages/Route/components/Step1/MatchingRulesView.tsx
index 48260e7..0eba893 100644
--- a/web/src/pages/Route/components/Step1/MatchingRulesView.tsx
+++ b/web/src/pages/Route/components/Step1/MatchingRulesView.tsx
@@ -169,7 +169,7 @@ const MatchingRulesView:
React.FC<RouteModule.Step1PassProps> = ({
cancelText={formatMessage({ id: 'component.global.cancel' })}
destroyOnClose
>
- <Form form={modalForm} labelCol={{ span: 4 }}>
+ <Form form={modalForm} layout="vertical">
<Form.Item
label={formatMessage({ id: 'page.route.parameterPosition' })}
name="position"