1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +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

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;