atom / atom.io

🌐 A place for feedback on the atom.io website and package API
158 stars 98 forks source link

Text gets cut off due to width constraints. #158

Closed Subh0m0y closed 6 years ago

Subh0m0y commented 6 years ago

Text cut off

Notice how the right columns have their extreme right edges cut off the text weirdly. I suppose it's a rendering problem?

Chrome - Version 66.0.3359.139 (Official Build) (64-bit)

jasonrudolph commented 6 years ago

Thanks for the report, @Subh0m0y. :bow:

@simurai: When you have a moment, can you look into this?

Arcanemagus commented 6 years ago

@pe.lallemant in #atom:

This is caused due to grid-gap: 100px 66px on the .features

simurai commented 6 years ago

It seems using the fr unit like grid-template-columns: 1fr 1fr, automatically takes the grid-gap into account. Should be fixed now.

@Subh0m0y Thanks for noticing. 🙇