Fixes #2320
@@ -1,6 +1,8 @@
.preview {
cursor: pointer;
border-radius: var(--border-radius);
+ max-width: 100px;
+ max-height: 100px;
}
.detail {