From 7c9b0696a3da72f3799e965ebb832d03876065c4 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Wed, 28 Dec 2016 15:42:14 +0530 Subject: [PATCH] Github issue #372, [Pagination] - keep fixed pagination option displaying 5 pages. -- Fixed font styles for the tooltip --- src/components/Grid/GridView.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Grid/GridView.scss b/src/components/Grid/GridView.scss index 219e736ed..64e64a1d1 100644 --- a/src/components/Grid/GridView.scss +++ b/src/components/Grid/GridView.scss @@ -504,10 +504,12 @@ .go-to-page-tooltip { display: flex; align-items: center; + @include tc-label-md; + line-height: $base-unit * 6; input[type="number"] { width: 50px; - height: 30px; + height: $base-unit * 6; margin-bottom: 0px; margin-left: $base-unit * 2; }