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 {
|
#dropzone {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
width: 500px;
|
width: 100%;
|
||||||
border: 5px dotted black;
|
border: 5px dotted black;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
Loading…
Reference in a new issue