github.com/argoproj/argo-cd/v3@v3.2.1/ui/src/app/applications/components/applications-list/applications-table.scss (about)

     1  .applications-table {
     2  
     3      .application-name {
     4          font-weight: bolder;
     5      }
     6  
     7      .argo-table-list__row {
     8          line-height: 26px;
     9          padding-top: 4px;
    10          padding-bottom: 4px;
    11          padding-left: 2em;
    12  
    13          .columns:last-child {
    14              .argo-dropdown {
    15                  position: absolute;
    16                  right: 0;
    17                  top: 50%;
    18                  transform: translateY(-50%);
    19              }
    20          }
    21      }
    22  
    23      .applications-list__table-row.applications-table-row--with-hydrator {
    24          .columns.small-4,
    25          .columns.small-6 {
    26              display: flex;
    27              flex-direction: column;
    28              justify-content: center;
    29          }
    30      }
    31  
    32      .applications-table-source {
    33          display: flex;
    34          justify-content: space-between;
    35  
    36          .applications-table-source__link {
    37              flex: 1;
    38              min-width: 0;
    39          }
    40          
    41          .applications-table-source__labels {
    42              max-width: 40%;
    43          }
    44      }
    45  }