From 725ca31939b7b232a8d4e274bf7c36e3453a8a80 Mon Sep 17 00:00:00 2001 From: Marius Ileana Date: Mon, 8 Aug 2016 10:43:21 +0300 Subject: [PATCH] docs: Small correction (#2637) --- components/form/demo/advanced-search-form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/form/demo/advanced-search-form.md b/components/form/demo/advanced-search-form.md index 5d84c3f09..2202a348d 100644 --- a/components/form/demo/advanced-search-form.md +++ b/components/form/demo/advanced-search-form.md @@ -115,7 +115,7 @@ ReactDOM.render( border-radius: 6px; } -/* because the label width is not fixed, you may need to adjust it to center by yourself */ +/* because the label length is variable, you may need to adjust the left edge to have the form centered */ .ant-advanced-search-form > .ant-row { position: relative;