FremyCompany / css-grid-polyfill

A working implementation of css grids for current browsers.
MIT License
1.11k stars 82 forks source link

Grid containers should honnor padding and border properly before layout #18

Closed FremyCompany closed 9 years ago

FremyCompany commented 9 years ago

This would require changes to the general algorithm, to abstract the element real size and use some available size (element real size - border - padding - ...)

If you want to get this issue fixed for whatever reason, please comment here. I'll use the comments to prioritize my future work.

gaurav21r commented 9 years ago

+1 :+1:

RichiCoder1 commented 9 years ago

:+1:

leo60228 commented 9 years ago

+1 :+1:

FremyCompany commented 9 years ago

Okay I'm going to work on this, probably this weekend ;-)

FremyCompany commented 9 years ago

Please test whether it fixes your specific issue, if any, and report any bug ;-)