Skip to content

Commit 037aa2a

Browse files
committed
fix "new network" section size on small screens
1 parent 2fad4b0 commit 037aa2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adapter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ impl Adapter {
437437
.constraints([
438438
Constraint::Length(5),
439439
Constraint::Length(5),
440-
Constraint::Min(10),
441-
Constraint::Fill(1),
440+
Constraint::Min(5),
441+
Constraint::Min(5),
442442
])
443443
.margin(1)
444444
.split(frame.area());

0 commit comments

Comments
 (0)