Blazorise
Blazorise copied to clipboard
[Bug]: Remove min width from file picker list
Blazorise Version
1.7.3
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction or a simple code snippet
<FilePicker Changed="FilesChanged" />
Steps to reproduce & bug description
Can the min width here be removed?
https://github.com/Megabit/Blazorise/blob/c016ea09c8fbc374920ef93dfca9726b73db71fd/Source/Blazorise/Styles/_file.scss#L15-L16
What is expected?
Width of files should be the same width as parent picker
What is actually happening?
Width of files list larger than parent picker
What browsers do you see the problem on?
Microsoft Edge
Any additional comments?
No response