Skip to content

Commit 4d8ad20

Browse files
author
vikasrohit
authored
Merge pull request #601 from appirio-tech/feature/pagination_bar_reduce_number_of_pages
Github issue #372, [Pagination] - keep fixed pagination option displaying 5 pages.
2 parents a29e45e + 7c9b069 commit 4d8ad20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Grid/GridView.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,12 @@
504504
.go-to-page-tooltip {
505505
display: flex;
506506
align-items: center;
507+
@include tc-label-md;
508+
line-height: $base-unit * 6;
507509

508510
input[type="number"] {
509511
width: 50px;
510-
height: 30px;
512+
height: $base-unit * 6;
511513
margin-bottom: 0px;
512514
margin-left: $base-unit * 2;
513515
}

0 commit comments

Comments
 (0)