Skip to content

Commit

Permalink
Fixed number bar overflowing in list layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Nov 8, 2023
1 parent 078e788 commit 300db79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class DraggableListLayout extends DraggableLayoutContainer {
Flexible(
child: Padding(
padding:
const EdgeInsets.symmetric(horizontal: 1.5, vertical: 2.5),
const EdgeInsets.symmetric(horizontal: 1.5, vertical: 2.0),
child: widget.child!,
),
),
Expand Down

0 comments on commit 300db79

Please sign in to comment.