fix: locales field width

This commit is contained in:
Sérgio Salgado 2021-04-29 17:50:53 +01:00 committed by Josh Harvey
parent 52f4fe8473
commit 86add28ce6

View file

@ -63,7 +63,7 @@ const allFields = (getData, onChange, auxElements = []) => {
},
{
name: 'country',
width: 200,
width: 150,
size: 'sm',
view: getView(countryData, 'display'),
input: Autocomplete,