From 2af9d7bc3a66eef394629b8688d52c67ede06315 Mon Sep 17 00:00:00 2001 From: Laura Hild <lshild@wm.edu> Date: Wed, 11 Mar 2015 10:24:08 -0400 Subject: [PATCH] Stop images from overflowing the AuthorInfo well --- themes/bootstrap3/templates/Recommend/AuthorInfo.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/Recommend/AuthorInfo.phtml b/themes/bootstrap3/templates/Recommend/AuthorInfo.phtml index c8f821d0304..73b30aa0306 100644 --- a/themes/bootstrap3/templates/Recommend/AuthorInfo.phtml +++ b/themes/bootstrap3/templates/Recommend/AuthorInfo.phtml @@ -1,6 +1,6 @@ <? $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'])): ?> -- GitLab