mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Fixes modal button margin and focus border on toolbar buttons
This commit is contained in:
parent
56bd145f21
commit
87d9df5876
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user