This commit is contained in:
Ruben Fiszel
2024-04-17 22:44:21 +02:00
parent cdb01b0d01
commit ab19625688

View File

@@ -44,7 +44,7 @@ export const action = (node) => {
const setHeight = () => {
node.style.height = '0px'
node.style.height = Math.max(node.scrollHeight ?? 0, 40) + 5 + 'px'
node.style.height = Math.max(node.scrollHeight ?? 0, 40) + 2 + 'px'
}
const addStyles = () => {