зеркало из https://github.com/nextcloud/notes.git
Merge pull request #1387 from nextcloud/fix/note-item-height
fix: Adjust note item size to be one line
This commit is contained in:
Коммит
7f1cebfbad
|
@ -8,6 +8,7 @@
|
|||
:name="title"
|
||||
:active="isSelected"
|
||||
:to="{ name: 'note', params: { noteId: note.id.toString() } }"
|
||||
one-line
|
||||
@update:menuOpen="onMenuChange"
|
||||
@click="onNoteSelected(note.id)"
|
||||
>
|
||||
|
|
Загрузка…
Ссылка в новой задаче