VIVO-337: css change to prevent cutoff

This commit is contained in:
tworrall 2013-10-10 16:29:24 -04:00
parent 30b0844a1d
commit 75603a25a1
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@
margin-right:25px; margin-right:25px;
} }
#isotope-container { #isotope-container {
overflow:visible; overflow:visible !important;
} }
#isotope-container li { #isotope-container li {
width:290px; width:290px;

View file

@ -49,7 +49,7 @@
itemSelector : '.class-group', itemSelector : '.class-group',
layoutMode : 'fitColumns' layoutMode : 'fitColumns'
}); });
</script> </script>
<#else> <#else>
${noDataNotification} ${noDataNotification}
</#if> </#if>