Fix tables on small devices
This commit is contained in:
parent
52319e371f
commit
f547ab7dd1
|
@ -739,6 +739,12 @@ p-table {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $small-view) {
|
@media screen and (max-width: $small-view) {
|
||||||
|
.p-datatable-wrapper {
|
||||||
|
table {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
p-paginator {
|
p-paginator {
|
||||||
.p-paginator-current {
|
.p-paginator-current {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
Loading…
Reference in New Issue