mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 13:08:28 +00:00
fix: tooltip padding
This commit is contained in:
parent
ea8aabceed
commit
89bf3b2817
@ -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…
x
Reference in New Issue
Block a user