Skip to content

Commit

Permalink
fix(admin-ui): Apply max dimensions to relation asset preview
Browse files Browse the repository at this point in the history
Fixes #2320
  • Loading branch information
michaelbromley committed Aug 7, 2023
1 parent 5691f81 commit 8169c4e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.preview {
cursor: pointer;
border-radius: var(--border-radius);
max-width: 100px;
max-height: 100px;
}

.detail {
Expand Down

0 comments on commit 8169c4e

Please sign in to comment.