This is a migrated thread and some comments may be shown as answers.

Chnage Grid pager Height

2 Answers 179 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Boris
Top achievements
Rank 1
Boris asked on 10 Nov 2017, 05:36 PM

I want to make the height of the pager smaller.

I tried looking for the css property that controls this without luck.

Any help would be appreciated.

 

2 Answers, 1 is accepted

Sort by
0
Boris
Top achievements
Rank 1
answered on 10 Nov 2017, 05:37 PM
I would like to add that I'm using AgularJS 1.x
0
Konstantin Dikov
Telerik team
answered on 14 Nov 2017, 01:57 PM
Hello Boris,

You could try the following CSS:
<style>
   .k-pager-wrap{
     min-height: none!important;
     padding: 0 .333em!important;
   }
 </style>

If there are other elements in the pager you should inspect their styles too and override them accordingly.


Regards,
Konstantin Dikov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Boris
Top achievements
Rank 1
Answers by
Boris
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or