Fix tables on small devices

pull/6000/head
Chocobozzz 2023-10-06 15:13:50 +02:00
parent 52319e371f
commit f547ab7dd1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 0 deletions

View File

@ -739,6 +739,12 @@ p-table {
}
@media screen and (max-width: $small-view) {
.p-datatable-wrapper {
table {
width: auto;
}
}
p-paginator {
.p-paginator-current {
display: none !important;