Skip to content
Discussion options

You must be logged in to vote

More compact and focused search previews are on the roadmap and tracked in #4278. As a temporary measure, you can limit the height of the search result with the following CSS as mentioned in #4714 (comment):

.md-search-result .md-typeset {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

This effectively reverts to the pre-9.0.0 behavior.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@HenrikPoulsen
Comment options

Answer selected by HenrikPoulsen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants