Intentional Text Overflow on Related List
/* apply to the table (or specific column/cell as needed) */
table {
table-layout: fixed;
width: 100%;
}
/* or to a specific column/cell */
.some-column-class {
table-layout: fixed;
width: 100%;
}Last updated
Was this helpful?

