Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only apply style to first line when rendering a
Line
(ratatui#…
…1247) A `Line` widget should only apply its style to the first line when rendering and not the entire area. This is because the `Line` widget should only render a single line of text. This commit fixes the issue by clamping the area to a single line before rendering the text.
- Loading branch information