You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this! The fix for Issue #20 got clobbered somewhere along the way to the current version of the text parsing engine and was not working correctly.
Empty cells are now formatted correctly in the current codebase:
When a cell in a row doesn't contain text it's default text size is 18. This makes the height of the row too big (see below)
![row_height_too_big](https://user-images.githubusercontent.com/6803839/30595360-446f6690-9d51-11e7-9419-42b27a1c33c1.png)
Compairision when every cell contains text
![row_height_ok](https://user-images.githubusercontent.com/6803839/30595624-f8f6e7d2-9d51-11e7-891c-1edbcc63c697.png)
I know its a duplicate (#20) but no solution was provided
The text was updated successfully, but these errors were encountered: