github.com/argoproj/argo-cd/v2@v2.10.9/ui/src/app/settings/components/project-sync-windows-edit/project-sync-windows-edit.scss (about)

     1  .project-sync-windows-panel {
     2      &__form-row {
     3          position: relative;
     4          input.argo-field {
     5              margin-top: 29px;
     6          }
     7  
     8          .fa-times {
     9              position: absolute;
    10              cursor: pointer;
    11              left: -1.2em;
    12              top: 2.2em;
    13          }
    14      }
    15  
    16      form > .row > .columns {
    17          padding-left: 0;
    18      }
    19  
    20      &__options-wrapper {
    21          display: block;
    22          height: 206px;
    23          max-height: 206px;
    24      }
    25  
    26      &__text-wrapper {
    27          white-space: normal;
    28      }
    29  }