Guest User

Untitled

a guest
Feb 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. // to have all tables width:100% in general
  2. div.table{
  3. width:100%;
  4. }
  5. // to limit the width of a specific table
  6. table.filter{
  7. width:1%;
  8. }
Add Comment
Please, Sign In to add comment