.inbox { table-layout: fixed; tbody { tr { cursor: pointer; } } td { overflow: hidden; text-overflow: ellipsis; } td > * { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .email-subject { width: 50%; } .email-from { width: 15%; } .email-to { width: 15%; } .email-sentat { width: 10%; } .email-actions { width: 7%; } }