/* Notes Read-More styles */
.note-body { white-space: pre-line; }
.note-body--clamp {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.note-actions .btn-link { text-decoration: none; }
.note-fade { position: relative; }
.note-fade::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(33,37,41,0), rgba(33,37,41,.9));
  pointer-events: none;
}
#noteFullModal .modal-body { white-space: pre-line; }