diff --git a/plugins/unl_theme/css/unl_theme.css b/plugins/unl_theme/css/unl_theme.css
index 4b8c744e47a7a9f29e7a18bd1293deac7208f9bf..bdee8ffe107754ae7a475191db7ed199b1f90a74 100755
--- a/plugins/unl_theme/css/unl_theme.css
+++ b/plugins/unl_theme/css/unl_theme.css
@@ -74,6 +74,9 @@
     padding-top:20px;
 }
 
+/**
+Fix message reply
+**/
 #messages-reply-form {
     display: block !important;
 }
@@ -81,3 +84,11 @@
 .elgg-menu-item-reply {
     display: none !important;
 }
+
+/**
+Avatar generator styles
+Framework sets max-width: 100%, which causes problems with the preview
+**/
+#user-avatar-preview img {
+    max-width: inherit !important;
+}