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:
commit
c4dd609fd5
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-device-width: 812px) {
|
||||
#selected-files-container {
|
||||
#selected-files-container,
|
||||
#selected-file-card-error {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue