portal agent: adjust display of search hit descriptions (#29389)

This commit is contained in:
Frédéric Péters 2019-01-01 14:04:11 +01:00
parent 7e866aad46
commit 2dc33daf78
1 changed files with 5 additions and 0 deletions

View File

@ -182,6 +182,11 @@ div.links-list {
div {
color: lighten($cell-entry-color, 20%);
}
a + div {
padding-left: 1rem;
margin-top: -0.9rem;
padding-bottom: 0.5rem;
}
}
}
}