supplementary.css 284 B

123456789101112131415161718192021
  1. table {
  2. max-width: none;
  3. table-layout: fixed;
  4. word-wrap: break-word;
  5. }
  6. .bug_id, .bug_attribute {
  7. width: 25%;
  8. }
  9. .bug_description, .bug_imgs {
  10. width: 75%;
  11. }
  12. .bug_id, .bug_description {
  13. border-bottom: 0px !important;
  14. }
  15. .bug_attribute, .bug_imgs {
  16. border-top: 0px !important;
  17. }