settings
code:style.css
.indent.table-block-row {
display: table !important;
table-layout: fixed;
width: 100%;
}
.table-block .cell {
display: table-cell;
white-space: pre-wrap;
word-break: break-all;
box-sizing: border-box;
border-bottom: 1px solid #fff; }
.table-block .col-1 {
width: 7em;
}
.table-block .col-2 {
width: 2em;
text-align: center;
}
.table-block .col-3 {
width: 14em;
}
.table-block .col-4 {
width: 2em;
text-align: center;
}