Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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

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

However this no longer fixes the problem in 3.4.5