fava icon indicating copy to clipboard operation
fava copied to clipboard

allow wrapping all text fields

Open maxheld83 opened this issue 1 year ago • 0 comments

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.

maxheld83 avatar Jun 21 '24 20:06 maxheld83