Fix wrong width in rejected files card in mobile
This commit is contained in:
parent
61ba1b7f20
commit
b3e12c7d7c
1 changed files with 2 additions and 1 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue