mirror of
https://github.com/django/django.git
synced 2025-10-30 17:16:10 +00:00
Refs #32539 -- Fixed hide counts icon for RTL languages.
Bug in 868e2fcdda.
This commit is contained in:
@@ -13,7 +13,7 @@ th {
|
|||||||
margin-right: 1.5em;
|
margin-right: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewlink, .addlink, .changelink {
|
.viewlink, .addlink, .changelink, .hidelink {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
background-position: 100% 1px;
|
background-position: 100% 1px;
|
||||||
|
|||||||
Reference in New Issue
Block a user