Products | Versions |
---|---|
TIBCO MDM | - |
Not Applicable | - |
Description:
Out-of-the-box, it is not possible to change the size of a multivalue attribute box (on View/Modify Record screens). But this can be achieved by using custominit.html. The custominit.html should be placed under $MQ_COMMON_DIR/<enterprise_short_name>/htmlprops directory.
Put the following css code in custominit.html:
<head>
<style>
.multiValueDiv {
height: 40px;
}
</style>
</head>