mirror of
https://github.com/django/django.git
synced 2024-12-31 21:46:05 +00:00
Refs #32539 -- Fixed hide counts icon for RTL languages.
Bug in 868e2fcdda
.
This commit is contained in:
parent
659f6b5bc5
commit
cffcf0ef17
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user