:host {
  display: block;
  width: 900px;
  height: 400px;

  div.cmf-dialog {
    display: flex;
    flex-direction: column;
    height: 100%;

    .log-body {
      flex-grow: 1;
      margin-bottom: 25px;

      .log-text {
        overflow-y: auto;

        min-height: 250px;
        max-height: 250px;

        word-break: break-word;
        white-space: pre-wrap;
      }
    }

    .cmf-dialog__footer {
      gap: 10px;
    }
  }
}
