Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 6d74b54

Browse files
committed
Merge pull request #450 from gianarb/fix/organization-img
Fix organization's img size
2 parents 729a4fc + f42cba2 commit 6d74b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/User/view/user/helper/user-organizations.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="module-info">
66
<div class="row">
77
<div class="col-xs-2">
8-
<img src="<?php echo $this->escapeHtmlAttr($org->avatar_url) ?>" alt="<?php echo $this->escapeHtmlAttr($org->login) ?>" />
8+
<img src="<?php echo $this->escapeHtmlAttr($org->avatar_url) ?>" class="img-responsive" alt="<?php echo $this->escapeHtmlAttr($org->login) ?>" />
99
</div>
1010
<div class="col-xs-10">
1111
<a class="accordion-toggle" data-toggle="collapse" data-parent="#org-accordion" href="#org-<?php echo $this->escapeHtmlAttr($org->login) ?>">

0 commit comments

Comments
 (0)