Commit b6f94403304ca4d178f76d92a22249c99a993961

Authored by Valessio Brito
1 parent 68b134e4

Fix bug display big icon in enterprise list complete

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
style.css
... ... @@ -503,6 +503,11 @@ outline: 1px dotted #DFDFDF;
503 503 font-size: 13px;
504 504 }
505 505  
  506 +.box-1 .related-organizations-list-block .common-profile-list-block .vcard {
  507 + width: 150px;
  508 + height: 150px;
  509 +}
  510 +
506 511 /* Add button */
507 512  
508 513 .community-track-plugin_track-card-list-block .block-footer-content .more a,
... ...