chore: Refactor tables in all screen for RTL (#6525)

* chore: Refactor tables in all screen for RTL

* Notification page footer

* Apply suggestions from code review

* chore: Minor ixes

* chore: Adds rtl comment

* chore: Code clean up for contact table

---------

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
Sivin Varghese
2023-02-27 11:36:28 +05:30
committed by GitHub
parent 06ffaa90fc
commit 7d4e6d0257
11 changed files with 91 additions and 64 deletions

View File

@@ -354,12 +354,12 @@
}
thead th {
padding-left: var(--space-one);
padding-left: var(--space-small);
padding-right: 0;
}
tbody td {
padding-left: var(--space-one);
padding-left: var(--space-small);
padding-right: 0;
}
}