mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(picker.layout): set max_width=100 for select layout
This commit is contained in:
parent
5a1a2923d2
commit
fa2e4d0c2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue