github.com/argoproj/argo-cd/v2@v2.10.9/ui/src/app/shared/components/yaml-editor/yaml-editor.scss (about)

     1  .yaml-editor {
     2      position: relative;
     3  
     4      &__error {
     5          display: block;
     6          word-wrap: break-word;
     7          width: 290px;
     8          overflow-y: scroll;
     9          max-height: 500px;
    10      }
    11  
    12      &__buttons {
    13          position: absolute;
    14          right: 1em;
    15          top: 1em;
    16          z-index: 1;
    17      }
    18  }