قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* Use segment length to make dropdown responsive Above 600px, the dropdown has a min width of 240px, and a max width of 320px. The width of the dropdown will grow to match the longest segment name. Below 600px, the width of the dropdown is fixed to the same size as the parent button. * Add extra padding to align with existing spacing * Fix UI tests broken by Segment dropdown change