gmail-like column overflow.


/ Published in: CSS
Save to your folder(s)

gmail-like table's column overflow.
Efecte de truncar el text en una taula si sobrepasa


Copy this code and paste it in your HTML
  1. .grid {table-layout: fixed;}
  2. .grid * td {
  3. empty-cells: show;
  4. overflow: hidden;
  5. width: 100%;
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.