Skip to content

Commit 9d24f2d

Browse files
committed
/series/add: set field size of quantity.
No functional changes.
1 parent 3970a98 commit 9d24f2d

File tree

1 file changed

+1
-0
lines changed
  • src/main/webapp/WEB-INF/tiles/body/series

1 file changed

+1
-0
lines changed

src/main/webapp/WEB-INF/tiles/body/series/add.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<form:input
5858
path="quantity"
5959
type="number"
60+
size="2"
6061
min="<%= ValidationRules.MIN_STAMPS_IN_SERIES %>"
6162
max="<%= ValidationRules.MAX_STAMPS_IN_SERIES %>" />
6263
</td>

0 commit comments

Comments
 (0)