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;
|
||||
|
||||
.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,
|
||||
|
|
Loading…
Reference in a new issue