Skip to content

Commit

Permalink
fix: Remove unnecessary screen padding
Browse files Browse the repository at this point in the history
Closes #2062
  • Loading branch information
Ushie committed Jul 17, 2024
1 parent 881b137 commit 563f2f3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ fun BaseBundleDialog(
ColumnWithScrollbar(
modifier = Modifier
.fillMaxWidth()
.padding(
start = 8.dp,
top = 8.dp,
end = 4.dp,
)
.then(modifier)
) {
if (name != null) {
Expand Down

0 comments on commit 563f2f3

Please sign in to comment.