/ Published in: CSS
gmail-like table's column overflow.
Efecte de truncar el text en una taula si sobrepasa
Efecte de truncar el text en una taula si sobrepasa
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.grid {table-layout: fixed;} .grid * td { empty-cells: show; overflow: hidden; width: 100%; }