.anonymizeLogData {
  .icon-minus {
    cursor: pointer;
    z-index: 10;
  }

  .innerFormField {
    width: 100%;
    width: ~"calc(100% - 0.75rem)";

    .form-group.row {
      margin-top: 2px;
      margin-bottom: 2px;
    }
  }
}
