list.css 613 B

123456789101112131415161718192021222324
  1. .mui-table-view-cell:after{
  2. left:0;
  3. }
  4. .c-list-key{
  5. display: -webkit-box;
  6. display: box;
  7. -webkit-box-orient: vertical;
  8. box-orient: vertical;
  9. -webkit-box-pack: center;
  10. box-pack: center;
  11. }
  12. .c-list-info{
  13. -webkit-box-flex: 1;
  14. box-flex: 1;
  15. display: -webkit-box;
  16. display: box;
  17. -webkit-box-orient: vertical;
  18. box-orient: vertical;
  19. -webkit-box-pack: center;
  20. box-pack: center;
  21. }
  22. .c-list-info .listform-text{width:100%; border:none; margin:0; padding: 0;}
  23. .header-link a.disabled{color: rgba(255,255,255,0.5);}
  24. .work-break{overflow: hidden; word-break: break-word;}