1
0
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:
Marliana Lara 2019-02-19 16:34:27 -05:00
parent 8be8663665
commit 83982d5e2e
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

@ -160,6 +160,10 @@
margin: 0;
padding: 20px;
width: 550px;
.pf-c-button:not(:last-child) {
margin-right: 20px;
}
}
.pf-c-modal-box__footer {