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

Fix thumb overlapping text at search-results page

Fix thumb overlapping text at search-results page.
parent 360556c0
No related branches found
No related tags found
No related merge requests found
...@@ -564,6 +564,10 @@ float: left; ...@@ -564,6 +564,10 @@ float: left;
position: absolute; position: absolute;
} }
div#aspect_discovery_SimpleSearch_div_search-results ul div.artifact-preview img {
max-width: 60px;
}
div#aspect_discovery_SimpleSearch_div_search-results ul div.artifact-description { div#aspect_discovery_SimpleSearch_div_search-results ul div.artifact-description {
padding-left: 70px; padding-left: 70px;
height: 100px; height: 100px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment