Published: 2/19/2026 Table Row Alignment to top How to set the report alignment to the top Example 1td{ vertical-align: top; }Example 2td[align="right"], th[align="right"] { text-align: end; vertical-align: top; } .rw-Report-cell { padding-block: 0.875rem; padding-inline: 1rem; font-size: 1rem; line-height: 1.25rem; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: var(--rw-report-cell-border-color); color: var(--rw-report-cell-text-color); vertical-align: top !Important; }