diff --git a/app/webpacker/css/admin_v3/components/pagination.scss b/app/webpacker/css/admin_v3/components/pagination.scss index ff97a51673..a9ebf77f51 100644 --- a/app/webpacker/css/admin_v3/components/pagination.scss +++ b/app/webpacker/css/admin_v3/components/pagination.scss @@ -29,10 +29,16 @@ &.prev { margin-right: 28px; // 28+8 (the gap) = 36px : the space between the arrows and the numbers + & > i { + padding-left: 2px; + } } &.next { margin-left: 28px; // 28+8 (the gap) = 36px : the space between the arrows and the numbers + & > i { + padding-left: 6px; + } } &:not(.disabled):not(.current) {