Skip to content

Commit 7f94efa

Browse files
committed
Improving the readability of search results dropdown text/headings. Fixing a minor issue with text being cut off
1 parent 9b11d6b commit 7f94efa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

styles/theme-base.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@ fieldset {
10201020
word-spacing:6px;
10211021
margin: 0;
10221022
padding: 0.1rem 0.3rem;
1023+
line-height: 2.5rem;
10231024
}
10241025

10251026
.tt-dropdown-menu .result-count {
@@ -1057,13 +1058,15 @@ fieldset {
10571058
overflow: hidden;
10581059
text-overflow: ellipsis;
10591060
font-size: 11pt;
1061+
line-height: 2rem;
1062+
font-weight: normal;
10601063
}
10611064

10621065
/* Class and other matches descriptions tend to be useless. */
10631066
.tt-suggestion .description {
10641067
display: block;
10651068
font-size: 0.75rem;
1066-
line-height: 0.8rem;
1069+
line-height: 1rem;
10671070
overflow: hidden;
10681071
text-overflow: ellipsis;
10691072
}

0 commit comments

Comments
 (0)