/***BEGIN CommentEditor.css***/
.comment-editor {
  margin: 4px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  .comment-editor .html-editor .rooster-wrapper {
    border-radius: 5px; }
    .comment-editor .html-editor .rooster-wrapper .rooster-editor {
      padding: 4px 7px; }
  .comment-editor .comment-markdown-component {
    border-radius: 5px; }
    .comment-editor .comment-markdown-component .markdown-editor-container .markdown-editor-text-input .md-ta-container {
      min-height: 65px;
      padding: 0 12px; }
    .comment-editor .comment-markdown-component .markdown-preview-container {
      min-height: 109px; }
    .comment-editor .comment-markdown-component .ms-CommandBar .ms-CommandBar-primaryCommands {
      margin-left: 0; }
  .comment-editor .comment-message-area {
    display: flex;
    margin-block-start: 4px; }
    .comment-editor .comment-message-area .custom-message {
      flex-grow: 1; }
    .comment-editor .comment-message-area .actions-area {
      white-space: nowrap; }
  .comment-editor .editor-cancel-button {
    margin-right: 7px; }
/***END CommentEditor.css***/

