Merge pull request #3775 from appwrite/fix-storage-ui

Image covering css bug fix
This commit is contained in:
Christy Jacob
2022-09-07 16:14:32 +04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -424,7 +424,7 @@ fieldset {
width: ~"calc(100% - 2px)";
max-height: 180px;
visibility: visible !important;
object-fit: contain;
object-fit: cover;
}
.video-preview {