Skip to content

Commit b51fbb4

Browse files
fix: Bigger space for coin amount on UTxO tab
1 parent dbf0110 commit b51fbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/explorer/widgets/accounts_tab.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl StatefulWidget for AccountsTab {
147147
[
148148
Constraint::Length(70),
149149
Constraint::Length(6),
150-
Constraint::Length(12),
150+
Constraint::Length(20),
151151
Constraint::Length(8),
152152
Constraint::Fill(1),
153153
],

0 commit comments

Comments
 (0)