diff --git a/html/themes/breezy/form.css b/html/themes/breezy/form.css
index 9942884408d909a6b7e04e168270075ff46f6e8d..ffd1c8f2b5c2a0830ce33313b7cf623745c3af41 100644
--- a/html/themes/breezy/form.css
+++ b/html/themes/breezy/form.css
@@ -6,6 +6,10 @@ input[type=text], input[type=password], select {
 padding: 2px;
 }
 
+input[type=number] {
+width: 80px;
+}
+
 input[disabled] {
 color: #888;
 background-color: #ddd;