1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00

Removed unused CSS rules for related widget in RTL.

This commit is contained in:
Tom Carrick 2023-12-03 14:20:57 +01:00 committed by GitHub
parent 54cb1a7e16
commit 94d495f960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,6 @@
background-position: calc(100% - 8px) 9px;
}
[dir="rtl"] .related-widget-wrapper-link + .selector {
margin-right: 0;
margin-left: 15px;
}
[dir="rtl"] .selector .selector-filter label {
margin-right: 0;
margin-left: 8px;