Fix dropzone width
This commit is contained in:
parent
067f2fa122
commit
49e894b354
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#dropzone {
|
||||
display: flex;
|
||||
height: 100px;
|
||||
width: 500px;
|
||||
width: 100%;
|
||||
border: 5px dotted black;
|
||||
padding: 15px;
|
||||
z-index: 10;
|
||||
|
|
Loading…
Reference in a new issue