v.2.13.1 has a release note saying, "Improved: Refactor note list in preparation for plugin support" and so it appears that the css element/classes have changed.

To narrow the note list items and change the font you need to add something like:

div.note-list-item {
    height: 22px !important;
}
div.title > span {
    font-size: 14px;
}

image

I say "something like" because I have only given it a quick test :slight_smile:

2 Likes