fix: tooltip padding
This commit is contained in:
parent
ea8aabceed
commit
89bf3b2817
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const getInnerText = (html) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
export function Autocomplete({ doc, label }) {
|
export function Autocomplete({ doc, label }) {
|
||||||
return h`<div class="prose dark:prose-invert max-h-[400px] overflow-auto">
|
return h`<div class="prose dark:prose-invert max-h-[400px] overflow-auto p-2">
|
||||||
<h1 class="pt-0 mt-0">${label || getDocLabel(doc)}</h1>
|
<h1 class="pt-0 mt-0">${label || getDocLabel(doc)}</h1>
|
||||||
${doc.description}
|
${doc.description}
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue