VIVO-337: css change to prevent cutoff
This commit is contained in:
parent
30b0844a1d
commit
75603a25a1
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
itemSelector : '.class-group',
|
itemSelector : '.class-group',
|
||||||
layoutMode : 'fitColumns'
|
layoutMode : 'fitColumns'
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<#else>
|
<#else>
|
||||||
${noDataNotification}
|
${noDataNotification}
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue