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-macroUnknown macro: { float}
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
.png)








Comments (3)
Sep 23, 2009
Chas Emerick says:
Bah, that should have come out as: /* fix people directory in 3.0 */ .profile...Bah, that should have come out as:
/* fix people directory in 3.0 */ .profile-macro{ float:left; width:30%; margin-bottom:30px; }Dec 22, 2010
David Ay says:
The fix worked in confluence 3.0.1, however it doesn't work for 3.4.5The fix worked in confluence 3.0.1, however it doesn't work for 3.4.5
Jan 05, 2011
Keith Brophy says:
Hi David, Thanks for this report - as Alain noted, we shall look to address thi...Hi David,
Thanks for this report - as Alain noted, we shall look to address this in a future Theme Builder release.
Regards,
Keith