Skip to content

Commit

Permalink
#10 wider input
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Sep 25, 2016
1 parent 64048d6 commit 32e4159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xsl/domains.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<form action="{links/link[@rel='add']/@href}" method="post">
<label for="name">Register a new domain:</label>
<input type="text" id="name" name="name"
size="30" maxlength="150" required="required"/>
size="50" maxlength="150" required="required"/>
<button type="submit">Add</button>
</form>
<xsl:if test="domains/domain">
Expand Down

0 comments on commit 32e4159

Please sign in to comment.