diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3a6c94a30..4df36b4a9 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2380,6 +2380,9 @@ a.mail-list-link { .profile-match-wrapper { float: left; padding: 10px; + width: 120px; + height: 120px; + scroll: auto; } #profile-match-wrapper-end { clear: both; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 04a680017..df14a29db 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2341,6 +2341,10 @@ a.mail-list-link { .profile-match-wrapper { float: left; padding: 10px; + width: 120px; + height: 120px; + scroll: auto; + } #profile-match-wrapper-end { clear: both;