mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Fixes modal button margin and focus border on toolbar buttons
This commit is contained in:
@@ -159,6 +159,14 @@
|
|||||||
.awx-c-modal.pf-c-modal-box {
|
.awx-c-modal.pf-c-modal-box {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 600px;
|
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 {
|
.pf-c-modal-box__footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user