This PR fixes the issue with missing spacing in the quick search result dropdown, this issue is caused by a change in the dropdown item CSS class in the recent CiviCRM version.
The CSS class used to be ui-menu-item-wrapper but now ui-menu-item-uiMenuItemWrapper, added support for the two classes to ensure backward compatibility.
Overview
This PR fixes the issue with missing spacing in the quick search result dropdown, this issue is caused by a change in the dropdown item CSS class in the recent CiviCRM version.
The CSS class used to be
ui-menu-item-wrapper
but nowui-menu-item-uiMenuItemWrapper
, added support for the two classes to ensure backward compatibility.Before
On an older version of CiviCRM, 5.35.2
On a newer version of CiviCRM, 5.39.1
After
On a newer version of CiviCRM, 5.39.1
Backstop JS Report
Backstop JS report here