From 86add28ce656164b757f93dc4f9a9efabe985227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Thu, 29 Apr 2021 17:50:53 +0100 Subject: [PATCH] fix: locales field width --- new-lamassu-admin/src/pages/Locales/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/pages/Locales/helper.js b/new-lamassu-admin/src/pages/Locales/helper.js index 2a6d89f1..3bc00ffa 100644 --- a/new-lamassu-admin/src/pages/Locales/helper.js +++ b/new-lamassu-admin/src/pages/Locales/helper.js @@ -63,7 +63,7 @@ const allFields = (getData, onChange, auxElements = []) => { }, { name: 'country', - width: 200, + width: 150, size: 'sm', view: getView(countryData, 'display'), input: Autocomplete,