Skip to content

Commit

Permalink
Allow more characters to fit in transfer dialog quantity field (found…
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez authored Dec 9, 2024
1 parent 0735003 commit 05842da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/actor/_item-transfer-dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
gap: var(--space-4);
margin-left: auto;
input {
width: 4ch;
width: 6ch;
}
}
}
Expand Down

0 comments on commit 05842da

Please sign in to comment.