Fix #4388: Missing newline in upload form error.

This commit is contained in:
evazion
2020-04-03 21:40:06 -05:00
parent 650c5b779e
commit 25cca328b2

View File

@@ -12,15 +12,19 @@
.dz-preview {
display: flex;
flex-direction: column;
text-align: center;
img[data-dz-thumbnail] {
padding: 1em;
&.dz-image-preview img {
margin: 1em 0;
}
.dz-details {
display: flex;
flex-direction: column;
align-self: center;
.dz-details {
margin-bottom: 1em;
.dz-filename, .dz-size {
display: inline;
}
}
}