fix(core): add max-height to tag filter (#6442)

close TOV-778
close #6334
This commit is contained in:
JimmFly
2024-04-03 04:04:36 +00:00
parent 2dc628eca5
commit e7de20f648
3 changed files with 54 additions and 31 deletions

View File

@@ -1193,5 +1193,6 @@
"will be moved to Trash": "{{title}} will be moved to Trash",
"will delete member": "will delete member",
"com.affine.collection.add-doc.confirm.title": "Add new doc to this collection",
"com.affine.collection.add-doc.confirm.description": "Do you want to add a document to the current collection? If it is filtered based on rules, this will add a set of included rules."
"com.affine.collection.add-doc.confirm.description": "Do you want to add a document to the current collection? If it is filtered based on rules, this will add a set of included rules.",
"com.affine.filter.empty-tag": "Empty"
}