From: Don Armstrong Date: Thu, 14 Mar 2013 22:15:16 +0000 (-0700) Subject: add overflow:auto to avoid having avatars outside of the header box X-Git-Tag: release/2.6.0~307 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d59a8830fbb248ff50e48dc13b1baf99f9a4938b;hp=ca9a45a0d04dd68229ed0f840c51eaca15ac1120;p=debbugs.git add overflow:auto to avoid having avatars outside of the header box --- diff --git a/html/bugs.css b/html/bugs.css index 8e32445..c251cea 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -130,6 +130,7 @@ div.headers { border: #a7a7a7 1px solid; background-color: #f0f0f0; padding: 2px; + overflow: auto; } div.headers p {