mirror of https://github.com/django/django.git
Fixed #35541 -- Fixed paginator border in admin CSS.
This commit is contained in:
parent
df35cf578f
commit
5559011c2b
|
@ -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 {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue