Advertisement
BakerMan

Fix calendar width

Oct 21st, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. table.tribe-events-calendar {
  2.     table-layout: fixed;
  3. }
  4.  
  5. table.tribe-events-calendar td,
  6. table.tribe-events-calendar th {
  7.     width: 14.2857%;
  8.     word-break: break-all;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement