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
I noticed that the cell width calculate seems to take into account the characters doing inline styles even though these aren't visible in the cell. For example, look at the width output on these 3 tables. Note how the inline styles on the bottom row of table 2 makes the cell wider. The same thing happens with the 1st table -- hopefully these three illustrate the issue. I am able to set the width manually on the table to make it narrower.
Using prawn (0.12.0) gem.
I noticed that the cell width calculate seems to take into account the characters doing inline styles even though these aren't visible in the cell. For example, look at the width output on these 3 tables. Note how the inline styles on the bottom row of table 2 makes the cell wider. The same thing happens with the 1st table -- hopefully these three illustrate the issue. I am able to set the width manually on the table to make it narrower.
The bug actually causes problems with this as it thinks the width is larger than 540 when it isn't:
The text was updated successfully, but these errors were encountered: