diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 9e1c4b6a..9318da43 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 9e1c4b6a89999d531e0a2fab8e9227eba95760d3 +Subproject commit 9318da43a3d0c5f450eaf8d6244968de4656e2af diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index 999d3833..318c6560 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 999d3833d3805534677aa741a3759e26e09b50f2 +Subproject commit 318c6560565a7a0da818385de27ebb430b22aea3 diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index c6c30d99..ee60511e 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -237,10 +237,20 @@ margin-bottom: 10px; } -.relative { - position: relative !important; -} - .custom-height-130 { max-height: 130px; +} + +.custom-list { + list-style: none; + columns: 2; + -webkit-columns: 2; + -moz-columns: 2; +} + +.custom-list li { + -webkit-column-break-inside: avoid; + page-break-inside: avoid; + break-inside: avoid; + margin-bottom: 5px; } \ No newline at end of file