Skip to content

v1.1.0

Compare
Choose a tag to compare
@aullman aullman released this 02 Nov 08:48
· 223 commits to master since this release

With a fixed Ratio you can run into a situation where we shrink the height of a row to account for wider elements. This change makes it that if you do that then other rows grow proportionally to take up the extra space. So you should always either take up the full height or the full width. There shouldn't be a situation where there is whitespace all the way around.

Before we didn't take up the full height

standard-fixed-ratio

Now we notice that we can make the bottom row a bit taller to take up the extra space:

standard-fixed-ratio