infobox.less 372 B

12345678910111213141516171819202122
  1. .infobox {
  2. img{
  3. max-height: 250px;
  4. }
  5. .infobox_part {
  6. margin-bottom: 20px;
  7. word-wrap: break-word;
  8. table-layout: fixed;
  9. }
  10. .infobox_part:last-child {
  11. margin-bottom: 0;
  12. }
  13. .header_url {
  14. white-space: nowrap;
  15. overflow: hidden;
  16. text-overflow: ellipsis;
  17. display: block;
  18. }
  19. }