Skip to content

Commit

Permalink
fix paginator overflow (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel authored Jan 13, 2023
1 parent 74fedbc commit ce19b76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========


3.2.3 (unreleased)
==================

* Fix paginator element overflowing its container.


3.2.2 (2023-01-06)
==================

Expand Down
6 changes: 2 additions & 4 deletions djangocms_admin_style/sass/components/_changelist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
.paginator,
.results + .paginator,
#toolbartable .paginator {
position: absolute;
// removes box shadow top on paginator
clip: rect(0, 99999px, 99999px, -2px);
}
Expand Down Expand Up @@ -164,7 +163,7 @@
padding: 0;
}
@at-root #toolbar #changelist-search form #searchbar,
form #searchbar {
form #searchbar {
font-size: $font-size-small;
vertical-align: middle;
box-sizing: border-box;
Expand Down Expand Up @@ -312,7 +311,6 @@
.results + .paginator,
#toolbartable .paginator,
#has-filters ~ .paginator {
position: absolute;
// removes box shadow top on paginator
clip: rect(0, 99999px, 99999px, -2px);
}
Expand Down Expand Up @@ -395,7 +393,7 @@

#result_list {
margin-bottom: 0 !important;
tr[style*=background] {
tr[style*="background"] {
background: $color-primary-light !important;
}
.drag {
Expand Down

Large diffs are not rendered by default.

0 comments on commit ce19b76

Please sign in to comment.