Fix table pagination responsive
This commit is contained in:
parent
54db8e3d5c
commit
fbe088b816
1 changed files with 6 additions and 1 deletions
|
@ -455,7 +455,7 @@ p-table {
|
||||||
background-color: pvar(--mainBackgroundColor) !important;
|
background-color: pvar(--mainBackgroundColor) !important;
|
||||||
|
|
||||||
.caption {
|
.caption {
|
||||||
height: 40px;
|
min-height: 40px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -634,6 +634,11 @@ p-table {
|
||||||
right: 0;
|
right: 0;
|
||||||
color: pvar(--inputPlaceholderColor);
|
color: pvar(--inputPlaceholderColor);
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
|
@media screen and (max-width: $small-view) {
|
||||||
|
left: 0;
|
||||||
|
top: 40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-paginator-first,
|
.p-paginator-first,
|
||||||
|
|
Loading…
Reference in a new issue