fix(table): text jumping when editing multiline text

This commit is contained in:
Elian Doran
2026-03-19 20:00:43 +02:00
parent 16419ed4ac
commit 49f5dc1c26

View File

@@ -75,3 +75,9 @@
font-size: 1.5em;
transform: translateY(-50%);
}
.tabulator .tabulator-editable {
textarea {
padding: 7px !important;
}
}