Fixed sticky pagination `width` and `border-bottom`.

pull/132/head
Fabio Caccamo 2021-04-26 11:51:06 +02:00
parent 4351751193
commit f76a41ff14
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
@media (min-width:1280px) { @media (min-width:1280px) {
.admin-interface.sticky-pagination.change-list:not(.popup) #main.shifted > #nav-sidebar + .content .paginator { .admin-interface.sticky-pagination.change-list:not(.popup) #main.shifted > #nav-sidebar + .content .paginator {
width: calc(100% - 359px); width: calc(100% - 360px);
} }
} }
@ -66,7 +66,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
border-radius: 0; border-radius: 0;
border-top: 1px solid #EEEEEE; border-top: 1px solid #EEEEEE;
border-bottom: none; border-bottom: none !important;
margin: 0; margin: 0;
} }