Skip to content
Snippets Groups Projects
Commit a2997163 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Fix search result's thumbnails that overlap

Fix search result's thumbnails that overlap.
Now it uses the "height" property instead of "padding-top".
parent cace2864
No related branches found
No related tags found
No related merge requests found
......@@ -555,11 +555,6 @@ ul.ds-artifact-list li {
clear: both;
}
div#aspect_discovery_SimpleSearch_div_search > div.pagination-masked.bottom {
padding-top: 20px;
clear: both;
}
div#aspect_discovery_SimpleSearch_div_search-results ul {
padding-left: 0px;
}
......@@ -571,6 +566,5 @@ position: absolute;
div#aspect_discovery_SimpleSearch_div_search-results ul div.artifact-description {
padding-left: 70px;
padding-bottom: 25px;
height: 100px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment