/* note.html supplies layout, colors, cards, controls and responsive drawer.
   Only adapt long company text. */
.company-notes .company-note-meta { min-width: 0; }
.company-notes .company-note-meta small { display: block; overflow-wrap: anywhere; }
.company-notes .company-note-title,
.company-notes .company-note-description {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
  overflow: hidden; overflow-wrap: anywhere;
}
.company-notes .company-note-title { min-height: 4.5em; line-height: 1.5; }
.company-notes .company-note-description { min-height: 4.5em; line-height: 1.5; }
.company-notes .mail-list .list-group-item { white-space: normal; overflow-wrap: anywhere; }
.company-notes .card-header .action-dropdown { padding-left: .5rem; }
