1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
Nathan Gavin 80576a0ce2 Use segment length to make dropdown responsive (#22849)
* 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
2024-12-17 16:26:38 +13:00
..