MOBILE-2952 quiz: Fix match question vertical align

main
Pau Ferrer Ocaña 2019-05-14 16:27:35 +02:00
parent 3f9375a2ea
commit 85864a4b51
1 changed files with 7 additions and 0 deletions

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;
}
}
}