Commit 53b7bf8
committed
fix(dialog): stop the recipient picker overflowing the dialog
NcSelectUsers defaults to min-width: 260px and its focus box-shadow can spill
past the dialog padding, making the "Add people" control wider than the dialog.
Pin it to the container width (min-width: 0, max-width: 100%, border-box) like
the preset select.
Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>1 parent 9315faf commit 53b7bf8
1 file changed
Lines changed: 9 additions & 0 deletions
File tree
- lib/dialog/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
336 | 345 | | |
337 | 346 | | |
338 | 347 | | |
| |||
0 commit comments