Fix table pagination responsive

This commit is contained in:
Chocobozzz 2022-12-30 15:24:03 +01:00
parent 54db8e3d5c
commit fbe088b816
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -455,7 +455,7 @@ p-table {
background-color: pvar(--mainBackgroundColor) !important;
.caption {
height: 40px;
min-height: 40px;
width: 100%;
display: inline-flex;
align-items: center;
@ -634,6 +634,11 @@ p-table {
right: 0;
color: pvar(--inputPlaceholderColor);
overflow: visible;
@media screen and (max-width: $small-view) {
left: 0;
top: 40px;
}
}
.p-paginator-first,