Skip to content

Commit d187ba7

Browse files
committed
Correcting .container width in outlook 2007, 2010 and 2013
The .container was appearing narrow when I tested. This CSS rule does not appear in the email-inlined version. Removing it from email.html corrects the width issues in Outlook 07, 10 and 13. Tested via litmus and can see no detrimental effect from the removal of this rule.
1 parent 6fb47c5 commit d187ba7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

email.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
/* makes it centered */
5050
max-width: 580px;
5151
padding: 10px;
52-
width: auto !important;
5352
width: 580px; }
5453

5554
/* This should also be a block element, so that it will fill 100% of the .container */

0 commit comments

Comments
 (0)