Hi there,
I have been trying set a width of the last column in a table to 200px.
<div class="table">
<div class="table-row">
<div class="table-cell">data</div>
<div class="table-cell">data</div>
<div class="table-cell"><span>data</span></div>
</div>
</div>
.table{display: table;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}
.table-cell span{width: 200px;}
Setting .table-cell:last-child to 200px causes strange behaviour with the height of the cells (this matters as a c