Fix wrong width in rejected files card in mobile

This commit is contained in:
Leonardo Murça 2022-12-03 09:54:33 -03:00
parent 61ba1b7f20
commit b3e12c7d7c

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%;
} }