.MessageThread > .Contents {
  max-height: 600px;
}

body[data--source*="TaskManagement/Tasks"] #content > div  > .Table table.dynamic > * > * > td .MultipleLineTextField {
    max-height: 200px;
    overflow: auto;
}

textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}