Code Monkey home page Code Monkey logo

Comments (8)

martinnormark avatar martinnormark commented on May 26, 2024

Yes, this is due to the lack of support for CSS specificity. 

A fix is coming in PreMailer.Net 2.0: #14

/ Martin


Sent from Mailbox for iPhone

On Fri, Apr 26, 2013 at 9:24 PM, Nariman Haghighi
[email protected] wrote:

CSS:
.column {
width: 300px;
float:left;
}
.social .column {
width: 280px;
min-width: 279px;
float:left;
}
HTML:

Expected result is for the inner table to have width:280px. Actual result is that it has a width of 300px.

Reply to this email directly or view it on GitHub:
#16

from premailer.net.

nariman-haghighi avatar nariman-haghighi commented on May 26, 2024

Thanks Martin. Any sense for when that update is expected?

from premailer.net.

martinnormark avatar martinnormark commented on May 26, 2024

Not exactly. At least 3-4 weeks to go. 

/ Martin


Sent from Mailbox for iPhone

On Fri, Apr 26, 2013 at 9:58 PM, Nariman Haghighi
[email protected] wrote:

Thanks Martin. Any sense for when that update is expected?

Reply to this email directly or view it on GitHub:
#16 (comment)

from premailer.net.

nariman-haghighi avatar nariman-haghighi commented on May 26, 2024

Great, thanks. Will the specificity fix address this scenario as well?

CSS:

* { 
    margin:0;
    padding:0;
}

.content {
    padding:15px;
    max-width:600px;
    margin:0 auto;
    display:block; 
}

HTML:

<div class="content">

Expected padding is 15px, current result is 0px.

from premailer.net.

martinnormark avatar martinnormark commented on May 26, 2024

Yes, for sure it will!

from premailer.net.

nariman-haghighi avatar nariman-haghighi commented on May 26, 2024

Hi Martin; any update on the 2.0 release that addresses this issue?

from premailer.net.

martinnormark avatar martinnormark commented on May 26, 2024

I have some un-pushed changes on my machine. I need to see where that takes the 2.0 release. Will get an overview this weekend.

from premailer.net.

martinnormark avatar martinnormark commented on May 26, 2024

@nariman-haghighi Version 1.1.3 is now live on NuGet, and it contains a fix for CSS specificity with PR #21

from premailer.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.