Skip to content

Commit

Permalink
Fixed #35541 -- Fixed paginator border in admin CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunomray authored and sarahboyce committed Jul 24, 2024
1 parent df35cf5 commit 5559011
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/contrib/admin/static/admin/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,7 @@ a.deletelink:focus, a.deletelink:hover {
margin: 0;
border-top: 1px solid var(--hairline-color);
width: 100%;
box-sizing: border-box;
}

.paginator a:link, .paginator a:visited {
Expand Down
Binary file modified docs/intro/_images/admin04t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/intro/_images/admin06t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/intro/_images/admin12t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5559011

Please sign in to comment.