Skip to content
Snippets Groups Projects
Commit c0a23771 authored by Redwan Jamous's avatar Redwan Jamous Committed by Rajab Natshah
Browse files

Issue #3332567 by RedwanJamous: Fix table width in Gmail app

parent 2d27ee8b
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ body {
table {
width: 100%;
min-width: 100%;
direction: ltr;
border-collapse: separate;
mso-table-lspace: 0;
......
......@@ -22,6 +22,7 @@ body {
table {
width: 100%;
min-width: 100%;
direction: rtl;
border-collapse: separate;
mso-table-lspace: 0;
......
......@@ -66,6 +66,7 @@
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
width: 100%;
min-width: 100%;
direction: {{ dir }};
}
table td {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment