Skip to content

Commit

Permalink
fix: add spacing between content and scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz committed Nov 9, 2024
1 parent 7d1c3bd commit 07b5fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,6 @@ pub fn about<'a, Message: Clone + 'static>(
.spacing(spacing.space_xs)
.width(Length::Fill),
)
.spacing(spacing.space_xxxs)
.into()
}

0 comments on commit 07b5fa2

Please sign in to comment.