style: offset profile section correctly
This commit is contained in:
parent
e8d99eac55
commit
2ae29bdc80
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub fn render_profile(area: Rect, buf: &mut Buffer) {
|
|||
.centered()
|
||||
.style(PROFILE_HEADER_STYLE),
|
||||
)
|
||||
.padding(Padding::symmetric(2, 1))
|
||||
.padding(Padding::symmetric(3, 1))
|
||||
.borders(Borders::ALL);
|
||||
|
||||
let text = vec![
|
||||
|
|
Loading…
Reference in a new issue