Robin Richtsfeld

Results 108 comments of Robin Richtsfeld

I define `space = view height - text height`

I can think of three basic options: * never preserve `space` * always preserve `space` * don't increase `space` when `space > 0` AND don't decrease `space` when `space <...

We could also ensure that `space > 0` at any time.

> It shouldn't keep growing without a max-width. @sushain97 We are talking about height, aren't we?

But yeah, we could just use these CSS properties: * `max-height: 123px` * `overscroll-y: auto`

Well, for one thing, I could resolve #152.

> I don't know what it means to resolve a pull request. I meant resolving the merge conflicts and addressing the issues brought up.