mirror of https://github.com/xwiki-labs/cryptpad
Fix kanban item title editing #921
This commit is contained in:
parent
3841e8f0b2
commit
162bd50f6c
|
@ -303,6 +303,9 @@
|
|||
cursor: text;
|
||||
overflow-wrap: anywhere;
|
||||
flex: 1;
|
||||
&:empty::before {
|
||||
content: "\200b";
|
||||
}
|
||||
}
|
||||
&.kanban-item-hidden {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue