From 75603a25a1ec98401c0f31699dc47a043c968c8a Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 10 Oct 2013 16:29:24 -0400 Subject: [PATCH] VIVO-337: css change to prevent cutoff --- webapp/web/css/vitro.css | 2 +- webapp/web/templates/freemarker/body/classGroups.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/web/css/vitro.css b/webapp/web/css/vitro.css index 4600ec8fe..464f0480a 100644 --- a/webapp/web/css/vitro.css +++ b/webapp/web/css/vitro.css @@ -89,7 +89,7 @@ margin-right:25px; } #isotope-container { - overflow:visible; + overflow:visible !important; } #isotope-container li { width:290px; diff --git a/webapp/web/templates/freemarker/body/classGroups.ftl b/webapp/web/templates/freemarker/body/classGroups.ftl index 5703c6b30..aa4fc60ef 100644 --- a/webapp/web/templates/freemarker/body/classGroups.ftl +++ b/webapp/web/templates/freemarker/body/classGroups.ftl @@ -49,7 +49,7 @@ itemSelector : '.class-group', layoutMode : 'fitColumns' }); - + <#else> ${noDataNotification}