[All Adaptavist Apps]

Page tree

After upgrading to 3.3.5 in confluence v3, all of our profile vcard popups were being truncated horizontally. The problematic CSS is this:

/* fix people directory in 3.0 */
.profile-macro{
float:left;
width:30%;
margin-bottom:30px;
}

Note the width:30%. I added a width:100% !important override in our theme's custom CSS, which restored the proper width of the contents in the popups. We only have TB applied to part of the site though, so I can't comment on how this impacted the people directory (although fiddling the width value via firebug to be 100% doesn't seem to be problematic?).

Cheers,

  • Chas
  • No labels

3 Comments

  1. Unknown User (cemerick)

    Bah, that should have come out as:

    /* fix people directory in 3.0 */
    .profile-macro{
    float:left;
    width:30%;
    margin-bottom:30px;
    }
    
  2. Unknown User (ayd)

    The fix worked in confluence 3.0.1, however it doesn't work for 3.4.5

    1. Unknown User (kbrophy)

      Hi David,

      Thanks for this report - as Alain noted, we shall look to address this in a future Theme Builder release.

      Regards,
      Keith