Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
This is view More Attributes Info Page Layout on a WTPart.
Can the attribute title be displayed in single line? without wrapping to next line.
"Package Description" as two continuous words?
Hi @RG_11025060
You can modify css style to set no-wrap css configuration.
Just go to the Windchill folder and modify the css file xtheme-windchill.css
...Windchill\codebase\netmarkets\themes\windchill\xtheme-windchill.css
search for .attributePanel-label
add a row to this cofiguration text-wrap: nowrap !important;
save and that's all
.attributePanel-label, .pplabel {
font-size: 12px;
font-weight: bold;
text-wrap: nowrap !important;
}
Check the Document Subcategory attribute
Originally rendered
Result>
Just an addition, I wouldn't change the original file, rather add a custom CSS file which then overrides this property.
Hi @RG_11025060,
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Please note that industry experts also review the replies and may eventually accept one of them as solution on your behalf.
Of course, if you have more to share on your issue, please pursue the conversation.
Thanks,
Anurag