Force html table into single stacked column using only css and no javascript

前端 未结 8 1114
时光取名叫无心
时光取名叫无心 2021-01-02 10:47

I\'m creating a html template that wraps a table that is used to lay out a form. I have full control over the html that wraps the table not the table itself. The table is in

8条回答
  •  庸人自扰
    2021-01-02 11:04

    Still having issues and in Chrome?

    For those still having issues (like me) check you have in the head of your document. If you don't Chrome seems to totally ignore anything you add and keep display: table-cell.

提交回复
热议问题