We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67172c7 commit 9a0707aCopy full SHA for 9a0707a
1 file changed
packages/ui/src/styles/components/upload.scss
@@ -4,9 +4,9 @@
4
display: none;
5
6
@include e(picture-preview) {
7
- max-width: 100%;
8
- max-height: 100%;
9
- margin: auto;
+ width: 100%;
+ height: 100%;
+ object-fit: contain;
10
font-size: 0.9em;
11
}
12
0 commit comments