diff --git a/src/app.scss b/src/app.scss index 37fd64b75c..0a1e430ded 100644 --- a/src/app.scss +++ b/src/app.scss @@ -159,6 +159,14 @@ .awx-c-modal.pf-c-modal-box { margin: 0; width: 600px; + + .pf-c-modal-box__body { + overflow: visible; + } + + .pf-c-modal-box__footer > .pf-c-button:not(:last-child) { + margin-right: 20px; + } } .pf-c-modal-box__footer {