Support Article
Table column heading text misaligned in Internet Explorer
SA-105313
Summary
Table column heading text is misaligned in the Internet Explorer browser.
Error Messages
Not Applicable
Steps to Reproduce
Create a table in a section. Observe the grid column alignment in the Internet Explorer browser.
Root Cause
An issue in the custom application code or rules.
Resolution
Perform the following local-change:
Add the below code in the UserWorkForm:
<style>
.ie div.gridDefault th.cellCont div.cellIn {
display: table-cell !important;
}
</style>
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.