Tool Tip for an attribute gets distorted when there is long description

Tool Tip for an attribute gets distorted when there is long description

book

Article ID: KB0081276

calendar_today

Updated On:

Products Versions
TIBCO MDM 9.0.0, 9.0.1 and 9.1.0

Description

If the description text for an attribute is longer than one line then the tool tip displayed on hover gets distorted. The word "Description" is rendered in two lines as "Descri" and "ption". Please find the screenshot attached
User-added image

Issue/Introduction

If the description text for an attribute is longer than one line then the tool tip displayed on hover gets distorted. The word "Description" is rendered in two lines as "Descri" and "ption"

Environment

OS: Windows, Linux

Resolution

 Add the below css code in custom.css file and place it in MQ_HOME\common\EnterpriseName\htmlprops folder <style type="text/css"> .tip-inner table tbody tr td {     word-break : inherit !important; } </style>