Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

La Poste's mobile webmail default styles #51

Open
hteumeuleu opened this issue Nov 27, 2018 · 1 comment
Open

La Poste's mobile webmail default styles #51

hteumeuleu opened this issue Nov 27, 2018 · 1 comment
Labels
Other clients Samsung, SFR, Orange, T-Online, Onet, …

Comments

@hteumeuleu
Copy link
Owner

The mobile webmail of french provider La Poste has a generic style rule that resets width on all elements.

.email__body-content * {
width: auto !important;
}

One possible solution to override this is to add an !important on inline declarations as well. But because this would not work in Outlook 2007-2019, you'd need to add the width property twice, as such:

<div style="width:50%; width:50% !important;"></div>
@hteumeuleu hteumeuleu added Other clients Samsung, SFR, Orange, T-Online, Onet, … and removed default styles labels Jul 10, 2019
@gregoire-bessagnet
Copy link

It seems like the same thing in the last La Poste email application i use on iPhone.
I tried you tip but it not worked. Always trying to find a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Other clients Samsung, SFR, Orange, T-Online, Onet, …
Projects
None yet
Development

No branches or pull requests

2 participants