File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ const Pagination = ({
81
81
const pageNoIndex = pages . findIndex ( ( page ) => page . selected )
82
82
const visiblePages = pages . filter ( ( page ) => page . isVisible )
83
83
return (
84
- // TODO: Remove pagination-wrapper from dashboard
85
84
< div className = { rootClassName || '' } >
86
85
< div className = "page-number" >
87
86
{ offset + 1 } - { lastPageNo } of { size }
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- .pagination-wrapper {
18
- display : flex ;
19
- align-items : center ;
20
- padding : 0px 24px ;
21
- justify-content : space-between ;
22
- margin : 0px ;
23
- background-color : var (--white );
24
- }
25
-
26
17
.pagination {
27
18
margin-top : 16px ;
28
19
margin-bottom : 16px ;
99
90
background-color : var (--white );
100
91
padding : 0px ;
101
92
user-select : none ;
93
+ border : none ;
102
94
}
103
95
104
96
.page__button--icon {
You can’t perform that action at this time.
0 commit comments