render: prevent cells from overflowing into margin

This commit is contained in:
Timur Celik 2021-07-20 11:12:38 +02:00
parent 4a50abece3
commit a410734f96
2 changed files with 7 additions and 1 deletions

View file

@ -35,6 +35,11 @@
### Deprecated
### Removed
### Fixed
* Rendering into the right margin area with `tweak.overflowing-glyphs`
enabled.
### Security
### Contributors