mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Fix Modal footer button styles
This commit is contained in:
parent
8be8663665
commit
83982d5e2e
@ -160,6 +160,10 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 550px;
|
width: 550px;
|
||||||
|
|
||||||
|
.pf-c-button:not(:last-child) {
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pf-c-modal-box__footer {
|
.pf-c-modal-box__footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user