From 87d9df587614410c575dbe17b42f9bea5fb1ad38 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 20 Feb 2019 13:28:06 -0500 Subject: [PATCH] Fixes modal button margin and focus border on toolbar buttons --- src/app.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {