Skip to content

Instantly share code, notes, and snippets.

View hlogeon's full-sized avatar

Andrey Degtyaruk hlogeon

View GitHub Profile
.mail-box {
border-collapse: collapse;
border-spacing: 0;
display: table;
table-layout: fixed;
width: 100%;
}
.mail-box aside {
display: table-cell;
float: none;