Results 32 comments of Patrik Illy

Hm, that's sad... I think that product carousel within equal height boxes is common requirement, no?

@eldub2001 thanks, I'll try...

@eldub2001 not working for me :(

Same as responsive or states variants. `support:flex` (or some shorter version) generates: ``` @supports (display: flex) { display: flex; } ```

It's because in 2.3.0 version `th` is also set to top https://github.com/foundation/foundation-emails/blob/v2.3.0/scss/components/_normalize.scss#L80 I fixed it for myself by ``` [valign="top"] { vertical-align: top; } [valign="center"] { vertical-align: center; } [valign="bottom"]...

@mtjepson I think, you are author of this forum post: https://foundation.zurb.com/forum/posts/51538-outlook-2010-v14-width-issue. You say: "This seems to work... Annoyingly I can't paste it in here." Can you share your solution? Thanks

This is out of my scope, I'm only user and fan... :)

Map feature looks great. I have only one question @lucasmotta You asked here: https://github.com/LeanMeanFightingMachine/dploy/issues/72#issuecomment-76184521 "Does that makes sense? Would you need more options to the mapping maybe, like setting the...