Skip to content

Commit 4e6a78e

Browse files
committed
fix search result dropdown spacing
1 parent 779789a commit 4e6a78e

4 files changed

Lines changed: 72 additions & 66 deletions

File tree

jekyll-tipue-search/assets/tipuesearch/css/tipuesearch-component.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,19 @@
4545
width: 100%;
4646
}
4747

48+
.tipue_search_content_title p {
49+
padding: 0;
50+
padding-right: 0.5em;
51+
margin: 0;
52+
overflow-wrap: break-word;
53+
flex-grow: 2;
54+
}
55+
4856
.tipue_search_content_title a {
4957
color: black;
50-
display: block;
5158
padding-left: 2em;
59+
display: flex;
60+
flex-flow: row nowrap;
5261
}
5362

5463
/* COUNT */

0 commit comments

Comments
 (0)