Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. .table-detailed{
  2. table-layout: Unset !Important;
  3. max-width: 10px;
  4. }
  5. .table .listViewEntries td {
  6. white-space: unset;
  7. }
  8. .table.table-condensed tbody td {
  9. max-height:100px;
  10. overflow-y: -webkit-paged-y;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement