.grid {table-layout: fixed;}
.grid * td {
empty-cells: show;
overflow: hidden;
width: 100%;
}
gmail-like column overflow.
Leave a Reply
You must be logged in to post a comment.
.grid {table-layout: fixed;}
.grid * td {
empty-cells: show;
overflow: hidden;
width: 100%;
}
You must be logged in to post a comment.