18 lines
307 B
CSS
18 lines
307 B
CSS
|
|
.app-pagination-container {
|
||
|
|
margin-top: auto;
|
||
|
|
flex-shrink: 0;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.app-pagination-container .ant-pagination {
|
||
|
|
flex: 1 1 100%;
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
margin: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.app-pagination-container .ant-pagination-total-text {
|
||
|
|
margin-right: auto;
|
||
|
|
}
|