Adjust width of state input

This commit is contained in:
John Firebaugh
2014-10-20 17:19:13 -07:00
parent 961b030ba8
commit a9964aaa1d

View File

@@ -8,6 +8,7 @@ iD.ui.preset.address = function(field, context) {
housenumber: 1/3,
street: 2/3,
city: 2/3,
state: 1/4,
postcode: 1/3
};