Skip to content

Commit

Permalink
Fixed issue #18094: Broken view in uploader (#2438)
Browse files Browse the repository at this point in the history
Dev: Remove flex on file preview.
  • Loading branch information
gabrieljenik committed Jun 20, 2022
1 parent 88137f0 commit 0f3c09c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions assets/packages/questions/upload/styles/uploader.css
Expand Up @@ -39,10 +39,6 @@ margin:0;
}
}

.file-preview {
display: flex;
align-items: center;
}
.file-preview span {
margin-left: 1em;
}
Expand Down Expand Up @@ -99,3 +95,4 @@ img.uploaded {
.uploadedfiles thead tr th {
font-weight: bold;
}

0 comments on commit 0f3c09c

Please sign in to comment.