Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin612 committed Feb 5, 2025
1 parent 9f47b23 commit 2255362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_src/css/features/cropper.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import "cropperjs/dist/cropper.css";

.page-content.user.profile .cropper-panel .cropper-wrapper {
.page-content.user.profile .cropper-panel .cropper-wrapper,
.page-content.admin.edit.user .cropper-panel .cropper-wrapper {
max-width: 400px;
max-height: 400px;
}

0 comments on commit 2255362

Please sign in to comment.