Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Raushen committed Oct 24, 2024
1 parent bc1cce3 commit f5f61bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/devextreme-scss/scss/widgets/base/_gridBase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
border-bottom: 0;
}

> .dx-pager {
margin-top: -1px;
}

> .dx-#{$widget-name}-rowsview.dx-last-row-border {
tbody:last-child > .dx-data-row:nth-last-child(2) {
&,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ $pagination-info-paddings: 9px;
padding-top: $pagination-paddings;
padding-bottom: $pagination-paddings;
line-height: normal;
margin-top: -1px;

@include user-select(none);

Expand Down

0 comments on commit f5f61bd

Please sign in to comment.