.c-tabContent {
  height  : 400px;
  overflow: scroll;
  padding : 8px 15px 110px;

  .ql-editor {
    height: auto !important;
  }

  a {
    word-break: break-all;
  }
}

.c-tabContent-com {
  width           : 100%;
  background-color: #fff;
  padding-left    : 15px;
  padding-right   : 15px;
  padding-top     : 8px;
  padding-bottom  : 70px;
  max-height: 500px;
  min-width: 150px;
  overflow: scroll;

  >.ql-editor {
    span {
      font-size: 17px !important;
    }
  }
}
