We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df6b1b commit bd15e7cCopy full SHA for bd15e7c
src/css/vendor/docsearch.css
@@ -9,6 +9,11 @@
9
max-height: calc(var(--viewport-height) - var(--navbar-height));
10
border-radius: 0.1em;
11
border-color: var(--navbar-button-border-color);
12
+ padding-bottom: 0;
13
+}
14
+
15
+.algolia-autocomplete .ds-dropdown-menu > :first-child > :last-child {
16
+ margin-bottom: 8px;
17
}
18
19
.algolia-autocomplete .ds-dropdown-menu .ds-suggestions {
0 commit comments