Skip to content

Commit

Permalink
feat(grid): [grid] inline pager add padding left
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe committed Oct 28, 2024
1 parent 3bfafe4 commit d0ba625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/theme/src/grid/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@
background-color: var(--tv-Grid-gray-bg-color);
}
}

& > .tiny-pager .tiny-pager__pull-left {
padding-left: 8px;
}
}

0 comments on commit d0ba625

Please sign in to comment.