Merge pull request #3765 from meichthys/patch-5

Add bottom border to note-book-header
This commit is contained in:
zadam 2023-03-26 20:58:12 +02:00 committed by GitHub
commit 71afffaac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,9 @@ const TPL = `
}
.note-book-header {
border-bottom: 1px solid var(--main-border-color);
margin-bottom: 0;
padding-bottom: .5rem;
word-break: break-all;
}