fix(picker.layout): set max_width=100 for select layout

This commit is contained in:
Folke Lemaitre 2025-10-31 17:54:08 +01:00
parent 5a1a2923d2
commit fa2e4d0c2b
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -147,6 +147,7 @@ M.select = {
backdrop = false,
width = 0.5,
min_width = 80,
max_width = 100,
height = 0.4,
min_height = 3,
box = "vertical",