In confluence 3.4.5 the profile popups are truncated.

In confluence 3.0.1 We were able to fix it by adding this to the custom css

.profile-macro{
float:left;
width:100%;
margin-bottom:30px;
}

However this no longer fixes the problem in 3.4.5