Merge pull request #1910 from crazyserver/MOBILE-2952

MOBILE-2952 quiz: Fix match question vertical align
main
Juan Leyva 2019-05-15 18:17:11 +02:00 committed by GitHub
commit 4feb69bea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}
}