- create a contact with long name and an email address
- try to autocomplete
- the autocomplete box overflows

The whole box has a flexible with. If the names are short the width is perfect, but once the names are longer the box extends (<ul> element with these classes ui-autocomplete ui-menu ui-widget ui-widget-content ui-corner-all). Once I set this ul elements width to the correct value all the overflow handling works correctly.
@skjnldsv @jancborchardt @nextcloud/designers Any idea how/where to fix this?
The whole box has a flexible with. If the names are short the width is perfect, but once the names are longer the box extends (
<ul>element with these classesui-autocomplete ui-menu ui-widget ui-widget-content ui-corner-all). Once I set this ul elements width to the correct value all the overflow handling works correctly.@skjnldsv @jancborchardt @nextcloud/designers Any idea how/where to fix this?