MOBILE-2952 quiz: Fix match question vertical align

This commit is contained in:
Pau Ferrer Ocaña 2019-05-14 16:27:35 +02:00
parent 3f9375a2ea
commit 85864a4b51

View File

@ -7,4 +7,11 @@ ion-app.app-root addon-qtype-match {
bottom: 50%;
margin-bottom: -7px;
}
ion-col.col {
align-self: center;
> p {
margin: 0;
}
}
}