Open gabrielAnzaldo opened 8 years ago
:+1:
Try use this at the end of your CSS
@media screen and (max-width: 460px) {
.md-table-pagination { display: table !important; margin: 10px auto; padding-top: 10px; }
.md-table-pagination .label, md-table-pagination .md-table-select { display: table-header-group !important; }
.md-table-pagination .label { text-align: center; }
.md-table-pagination .md-table-select .md-select-value { margin: 0 auto; width: 60px; text-align: center; }
.md-table-pagination .md-button:nth-of-type(1) { margin-left: 0 !important; }
}
Thanks, I will try.
solved your problem ? I am also facing the same issue
It seems that the library is not res ponsive, I test in the "resizer" tool of Google, image attached.