small visual fixes

This commit is contained in:
extrawurst 2022-08-31 11:53:26 +02:00
parent b9c105605e
commit 77a20fb86f

View File

@ -489,9 +489,10 @@ impl SubmodulesListComponent {
f.render_widget( f.render_widget(
Paragraph::new(self.get_text( Paragraph::new(self.get_text(
&self.theme, &self.theme,
r.width, r.width.saturating_add(1),
height_in_lines, height_in_lines,
)) ))
.block(Block::default().borders(Borders::RIGHT))
.alignment(Alignment::Left), .alignment(Alignment::Left),
r, r,
); );