Skip to content

Commit c0117c9

Browse files
Fix display width of File Picker multi-upload
1 parent 1cb5844 commit c0117c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/filePicker/MultipleUploadFilePickerTab/MultipleUploadFilePickerTab.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
.localTabDragDropFile{
35-
width: 100%;
35+
// width: 100%;
3636
border: 1px black dashed;
3737
text-align: center;
3838
padding: 75px;

0 commit comments

Comments
 (0)