octobercms / october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://octobercms.com/
Other
11.01k stars 2.21k forks source link

In Safari, list filters are not aligned correctly. #5785

Closed Dahfrenk closed 7 months ago

Dahfrenk commented 7 months ago

Within Safari (It works fine in Chrome) the dropdown filters above a list do not properly align and cause the filter to be higher than intended. See the example below;

Scherm­afbeelding 2024-02-27 om 00 18 47

I have made a small fix that I currently use as custom css, I am not sure if this is the solution you want to implement but it might point you in the right direction;

.control-filter>.filter-group {
    vertical-align: middle;

}

This results in the following;

Scherm­afbeelding 2024-02-27 om 00 19 01
daftspunk commented 7 months ago

Fixed in v3.6.4

Thanks!