Merge pull request #14 from leomurca/bugfix/rejected_files_wrong_width

Fix wrong width in rejected files card in mobile
This commit is contained in:
Leonardo Murça 2022-12-03 09:55:31 -03:00 committed by GitHub
commit c4dd609fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,8 @@
} }
@media only screen and (max-device-width: 812px) { @media only screen and (max-device-width: 812px) {
#selected-files-container { #selected-files-container,
#selected-file-card-error {
width: 100%; width: 100%;
} }