gmail-like column overflow.

.grid {table-layout: fixed;}
.grid * td {
empty-cells: show;
overflow: hidden;
width: 100%;
}

source

Leave a Reply