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

Negative margins don't work in Yahoo! #471

Closed
eckstein opened this issue Oct 5, 2024 · 1 comment
Closed

Negative margins don't work in Yahoo! #471

eckstein opened this issue Oct 5, 2024 · 1 comment
Labels
Data bug Did we say something wrong?

Comments

@eckstein
Copy link

eckstein commented Oct 5, 2024

I've been trying to get a negative margin to work in Yahoo!, as the table indicates it's supported, but it doesn't seem to be. I've tried it both in <style> tags as well as inline, and Yahoo! removes the entire style every time regardless.

So
<p style="margin-right: -30px"> becomes <p style>
and

p {
margin: 0 -30px 0 0;
} 

becomes

p {
margin 0 0 0;
}

I've also tried both the margin: shorthand and margin-left (right/top/bottom) with no luck.

@hteumeuleu hteumeuleu added the Data bug Did we say something wrong? label Oct 9, 2024
@hteumeuleu
Copy link
Owner

Nice catch, I'll push an update. Thank you for reporting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data bug Did we say something wrong?
Projects
None yet
Development

No branches or pull requests

2 participants