Skip to content

Commit 53db2ea

Browse files
Fix width of Files picker multi upload
1 parent 2bbd03a commit 53db2ea

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)