1
0
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:
Mariusz Felisiak 2023-03-24 13:42:00 +01:00 committed by GitHub
parent 659f6b5bc5
commit cffcf0ef17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;