From cab112092d1ac0876df62c39451b26571ab8bc94 Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 8 Oct 2013 12:25:37 -0400 Subject: [PATCH] VIVO-331 updated css to accomodate longer text strings --- webapp/web/css/vitro.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/web/css/vitro.css b/webapp/web/css/vitro.css index b2570e013..4600ec8fe 100644 --- a/webapp/web/css/vitro.css +++ b/webapp/web/css/vitro.css @@ -374,7 +374,8 @@ a.filter-search { line-height: 35px; } #home-stats h4 { - width: 102px; + display: inline; + padding: 3px 10px; } #stats { margin: 0 auto;