Skip to content
Snippets Groups Projects
Commit 2af9d7bc authored by Laura Hild's avatar Laura Hild
Browse files

Stop images from overflowing the AuthorInfo well

parent 646062ef
No related merge requests found
<? $this->info = $this->recommend->getAuthorInfo() ?>
<? if (!(empty($this->info['description']) || empty($this->info))): ?>
<div class="well">
<div class="well clearfix">
<p class="lead"><?=$this->info['name'] ?></p>
<? if (isset($this->info['image'])): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment