From 16ec6e954ed02bd21b5a8474ff3d7155ea92e192 Mon Sep 17 00:00:00 2001 From: Ran Byron Date: Tue, 22 Jan 2019 09:56:59 +0200 Subject: [PATCH] Fix for Pagination ellipsis misalignment (#14473) --- components/pagination/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pagination/style/index.less b/components/pagination/style/index.less index 2b5d945b7e..c963f62d59 100644 --- a/components/pagination/style/index.less +++ b/components/pagination/style/index.less @@ -109,6 +109,7 @@ position: absolute; display: block; letter-spacing: 2px; + text-indent: 0.13em; color: @disabled-color; text-align: center; opacity: 1;