fix vertical alignment of cancel & close in modals

This commit is contained in:
Felix Niklas 2015-06-29 14:54:52 +02:00
parent 3965f9ea61
commit 866bf9d160

View file

@ -4303,7 +4303,7 @@ footer {
.modal-centerFooter, .modal-centerFooter,
.modal-rightFooter { .modal-rightFooter {
display: flex; display: flex;
align-items: start; align-items: center; /* because of btn--text btn--subtle being thinner than the rest */
flex: 1; flex: 1;
} }