Hi All,
I am attempting to add a horizontal line between Severe and Not Applicable on this Matrix table. However, I don't know the code for a horizontal line here:

Solved
Add horizontal line to a Matrix Table
Best answer by Tom_1842
Hi there, the below CSS should work for to add a divider line to the last row of a Matrix table:<style>
.Matrix table{border-collapse:collapse !important;}
tr.ChoiceRow.bottom{border-top: 2px solid black;}
</style>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
