github.com/argoproj/argo-cd@v1.8.7/ui/src/app/settings/components/account-details/account-details.scss (about) 1 .account-details { 2 &__new-token { 3 white-space: nowrap; 4 position: relative; 5 6 p { 7 word-wrap: break-word; 8 white-space: pre-wrap; 9 } 10 } 11 12 &__remove-token { 13 position: absolute; 14 top: 1em; 15 right: 1em; 16 cursor: pointer; 17 } 18 }