We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbaf5f commit 1c60713Copy full SHA for 1c60713
src/features/pagination/js/pagination.js
@@ -355,7 +355,7 @@
355
var options = uiGridCtrl.grid.options;
356
357
uiGridCtrl.grid.renderContainers.body.registerViewportAdjuster(function (adjustment) {
358
- adjustment.height = adjustment.height - gridUtil.elementHeight($elm);
+ adjustment.height = adjustment.height - gridUtil.elementHeight($elm, "padding");
359
return adjustment;
360
});
361
src/features/pagination/less/pagination.less
@@ -9,6 +9,7 @@
9
width: 100%;
10
padding-top: 3px;
11
padding-bottom: 3px;
12
+ box-sizing: content-box;
13
}
14
15
.ui-grid-pager-container {
0 commit comments