Skip to content

Commit

Permalink
Handle long titles
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed May 31, 2024
1 parent 7330acf commit 4468773
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/documents/[id]-[slug]/sidebar/Notes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,14 @@
list-style: none;
padding: 0;
}
span.page_number {
color: var(--gray-4);
font-size: var(--font-s);
}
.note_title {
overflow: hidden;
text-overflow: ellipsis;
}
</style>

0 comments on commit 4468773

Please sign in to comment.