fava
fava copied to clipboard
allow wrapping all text fields
I sometimes find it useful to be able to see text fields (notes, but also narrations etc) wrapped, like so:
.journal .description {
flex: 1;
padding-left: 8px;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}
It would be nice to switch this easily in the UI or options.