From ee81a4cc91a38072c63ea366577f6d842c383824 Mon Sep 17 00:00:00 2001
From: Munzir Taha <munzirtaha@gmail.com>
Date: Sun, 7 Jun 2015 18:05:14 +0300
Subject: [PATCH] Issue #2501957: item-list class inherited the wrong margin in
 RTL

---
 core/themes/seven/css/components/tables.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/themes/seven/css/components/tables.css b/core/themes/seven/css/components/tables.css
index afc9301..43b2a46 100644
--- a/core/themes/seven/css/components/tables.css
+++ b/core/themes/seven/css/components/tables.css
@@ -108,6 +108,9 @@ th.is-active > a:focus:after {
 td .item-list ul {
   margin: 0;
 }
+[dir="rtl"] td .item-list ul {
+  margin: 0;
+}
 td.is-active {
   background: none;
 }
-- 
2.4.2

