Added line break to search results

This commit is contained in:
2023-06-27 17:34:11 +02:00
parent 72e7a95904
commit e1459856c2
2 changed files with 6 additions and 2 deletions

View File

@ -33,6 +33,9 @@
border-bottom: 1px solid #d4d4d4;
color: #000;
}
.tapi-search-autocomplete-items div p {
margin: 0;
}
.tapi-search-autocomplete-items div:hover, .tapi-search-autocomplete-active {
/*when hovering an item:*/
background-color: #E7E6E6 !important;