diff --git a/frontend/src/lib/ui/ShowNote.svelte b/frontend/src/lib/ui/ShowNote.svelte index 421ae23..0a431cd 100644 --- a/frontend/src/lib/ui/ShowNote.svelte +++ b/frontend/src/lib/ui/ShowNote.svelte @@ -60,6 +60,9 @@ .note b { cursor: pointer; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .note.file { @@ -67,4 +70,8 @@ justify-content: space-between; align-items: center; } + + .note.file small { + padding-left: 1rem; + }