github.com/argoproj/argo-cd/v2@v2.10.9/ui/src/app/applications/components/applications-list/applications-labels.scss (about)

     1  @import 'node_modules/argo-ui/src/styles/config';
     2  
     3  .application-labels, .application-labels-tooltip {
     4      white-space: nowrap;
     5      overflow: hidden;
     6      text-overflow: ellipsis;
     7  }
     8  
     9  .application-labels {
    10      .application-labels__item {
    11          background-color: $argo-color-gray-4;
    12          color: $argo-color-gray-8;
    13          border-radius: 5px;
    14          padding: 0 2px;
    15          margin-right: 2px;
    16      }
    17  }
    18  
    19  .application-labels-tooltip {
    20      display: flex;
    21      flex-direction: column;
    22      align-items: flex-start;
    23  }