From 77b39ddd7657c2fcc15bf1b75bc9c1ce24b8173c Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 7 May 2019 13:58:04 +0800 Subject: [PATCH] :lipstick: Adjust pagination link style link take all space inside li close #15704 --- components/pagination/style/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/pagination/style/index.less b/components/pagination/style/index.less index e777519fee..21b3ecc094 100644 --- a/components/pagination/style/index.less +++ b/components/pagination/style/index.less @@ -49,7 +49,8 @@ user-select: none; a { - margin: 0 6px; + display: block; + padding: 0 6px; color: @text-color; transition: none; }