Skip to content

Commit

Permalink
Merge pull request #182 from flotiq/fix/23122-limit-length-of-code-bl…
Browse files Browse the repository at this point in the history
…ocks-in-docs-search

#23122 limit length for blocks
  • Loading branch information
KarolNet authored Sep 7, 2023
2 parents 4ab6ab5 + 6a266b5 commit 3361129
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/css/flotiq.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,12 @@ li.md-nav__item.md-nav__item--active:not(.md-nav__item--nested) {
background-color: white;
}

.md-typeset pre>code {
max-height: 250px;
overflow-y: auto;
position: relative;
}

.breadcrumbs {
font-family: "Inter", sans-serif;
font-style: normal;
Expand Down

0 comments on commit 3361129

Please sign in to comment.