Set table to fixed layout and ellipted overflowing cells (#6453)

This commit is contained in:
Michael Rogers 2023-03-16 15:16:46 -05:00 committed by GitHub
parent 270a3d4f49
commit 3714958627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,8 +199,11 @@ div.c-table {
}
.c-lad-table {
table-layout: fixed;
th, td {
width: 33%; // Needed to prevent size jumping as values dynamically update
overflow: hidden;
text-overflow: ellipsis;
}
td {