github.com/argoproj/argo-cd@v1.8.7/ui/src/app/applications/components/applications-list/applications-table.scss (about) 1 @import 'node_modules/argo-ui/src/styles/config'; 2 3 .applications-table { 4 &__meta { 5 position: absolute; 6 right: 5px; 7 top: 0; 8 overflow: hidden; 9 text-overflow: ellipsis; 10 white-space: nowrap; 11 max-width: 40%; 12 span { 13 background-color: $argo-color-gray-4; 14 border-radius: 5px; 15 padding: 0 2px; 16 margin-right: 2px; 17 } 18 } 19 20 .argo-table-list__row { 21 line-height: 26px; 22 padding-top: 4px; 23 padding-bottom: 4px; 24 padding-left: 2em; 25 26 .columns:last-child { 27 .argo-dropdown { 28 position: absolute; 29 right: 0; 30 top: 50%; 31 transform: translateY(-50%); 32 } 33 } 34 } 35 }