fix: fixed git handling

This commit is contained in:
Georg Bauer
2026-07-28 21:11:46 +02:00
parent 9b5b3a2f6a
commit dbccaf7088
6 changed files with 86 additions and 51 deletions

View File

@@ -400,6 +400,7 @@ fn diff_half(line: Option<&GitDiffLine>, old: bool) -> Element<'static, Message>
line.map_or_else(
|| {
container(Space::new().width(Length::Fill))
.height(24)
.width(Length::Fill)
.into()
},