view.css 221 B

123456789
  1. .tab-pane {overflow: scroll; min-height: 200px;}
  2. th {max-width: 50px;}
  3. th.fieldName {width: 150px; min-width: 150px;}
  4. td {
  5. max-width: 120px;
  6. word-break: break-all;
  7. white-space: nowrap;
  8. overflow: hidden;
  9. }