tools-anomaly-check-modal {
  display: block;

  .info-item {
    display: flex;

    &:not(:last-child) {
      margin-bottom: 5px;
    }

    .describe-label {
      flex: 2;
      justify-content: flex-end;
      display: flex;
      margin-right: 15px;
    }

    .describe-content {
      flex: 7;
      word-break: break-all;
    }
  }
}
