Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I widen the user profile macro?

Peter Glaskowsky April 24, 2018

Our organization has a relatively long domain name, and we use the first.last@domain format for our email addresses. Some of our email addresses are long enough to be truncated by the User Profile Macro when rendered. I presume there's some hard-coded limit to how wide the macro can be; how do we change this?

1 answer

0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
April 27, 2018

The width is hard coded.

On Confluence Server:

As an administrator, you could override this by browsing to 

Confluence Admin > Look & Feel > Custom HTML

Then paste the following in At end of the HEAD

<style>
#com-atlassian-confluence .profile-macro .vcard .values {
width: calc( 100% - 60px );
}
</style>

On Confluence Cloud:

Sorry, you're out of luck, this cannot be changed.

Peter Glaskowsky April 27, 2018

Okay, got it. Thanks for the answer!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events