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 { .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;
}
} }
} }