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 7b16c08 commit 0d00cabCopy full SHA for 0d00cab
demo/demo.css
@@ -75,7 +75,7 @@ typesense-minibar.demo-form-overlay:focus-within {
75
position: fixed;
76
inset: 0px;
77
background: #f4f4f4;
78
- padding: var(--tsmb-size-sm) 0;
+ padding: var(--tsmb-size-sm);
79
}
80
typesense-minibar.demo-form-overlay:focus-within form {
81
width: 30rem;
test/test.js
@@ -1,7 +1,7 @@
1
/* eslint-env qunit */
2
/* eslint-disable no-new, quotes */
3
4
-QUnit.config.testTimeout = 1000;
+QUnit.config.testTimeout = 2000;
5
6
const API_RESP_EMPTY = {};
7
const API_RESP_TITLE_MATCH = {
0 commit comments