Fixed Import Image Text Overflow (#695)

* Replace dropzone id with dropzone class

* Added dropzone class to div container

* Updated dropZone listener

* Changed #dropzone input to .dropzone input
This commit is contained in:
Maseu
2019-01-22 21:26:04 +01:00
committed by Jeffrey Warren
parent 3d2d7844b6
commit dc361a3ab8
3 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ h1 {
padding: 0px 0px;
}
#dropzone {
.dropzone {
padding: 30px;
margin: 0 20% 30px;
border: 4px dashed #ccc;
@@ -59,7 +59,7 @@ h1 {
background: #eee;
}
#dropzone input {
.dropzone input {
max-width: 100%;
}

View File

@@ -63,7 +63,7 @@
</p>
</header>
<div id="dropzone">
<div id="dropzone" class="dropzone">
<p>
<i>Select or drag in an image to start!</i>
</p>