Fix #4388: Missing newline in upload form error.
This commit is contained in:
@@ -12,15 +12,19 @@
|
|||||||
|
|
||||||
.dz-preview {
|
.dz-preview {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
img[data-dz-thumbnail] {
|
&.dz-image-preview img {
|
||||||
padding: 1em;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dz-details {
|
.dz-details {
|
||||||
display: flex;
|
margin-bottom: 1em;
|
||||||
flex-direction: column;
|
|
||||||
align-self: center;
|
.dz-filename, .dz-size {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user