Fix kanban item title editing #921

This commit is contained in:
Maxime Cesson 2022-07-05 16:02:14 +02:00
parent 3841e8f0b2
commit 162bd50f6c
1 changed files with 3 additions and 0 deletions

View File

@ -303,6 +303,9 @@
cursor: text;
overflow-wrap: anywhere;
flex: 1;
&:empty::before {
content: "\200b";
}
}
&.kanban-item-hidden {
display: none;