Fix Modal footer button styles

This commit is contained in:
Marliana Lara
2019-02-19 16:34:27 -05:00
parent 8be8663665
commit 83982d5e2e

View File

@@ -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 {