Fix: Inline Phone Field Menu (#4383)
* #4343 fix: phone menu display on page * Add the possibility to send width as % --------- Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -120,6 +120,7 @@ export const CountryPickerDropdownButton = ({
|
||||
|
||||
return (
|
||||
<Dropdown
|
||||
dropdownMenuWidth={'100%'}
|
||||
dropdownId="country-picker-dropdown-id"
|
||||
dropdownHotkeyScope={{ scope: CountryPickerHotkeyScope.CountryPicker }}
|
||||
clickableComponent={
|
||||
|
||||
Reference in New Issue
Block a user