Skip to content

Commit

Permalink
Merge pull request #1032 from NatLibFi/issue951-beautify-search-resul…
Browse files Browse the repository at this point in the history
…ts-dropdown

fixes #951; inline autocomplete elements
  • Loading branch information
joelit committed Feb 17, 2021
2 parents f13ef7a + 6b50ab7 commit 7ca6693
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resource/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1663,16 +1663,16 @@ span.date-info {
border-right: 0;
}

.tt-suggestion p {
display: inline-block;
.tt-dropdown-menu p {
display: inline;
padding-right: 2px;
}

.tt-suggestion p:last-of-type {
.tt-dropdown-menu p:last-of-type {
padding-right: 0;
}

.tt-suggestion:last-of-type {
.tt-dataset-concept:last-of-type {
border-bottom: none;
}

Expand Down

0 comments on commit 7ca6693

Please sign in to comment.