From 85864a4b518067b6e35290dbcbb7bad0dc38d04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 14 May 2019 16:27:35 +0200 Subject: [PATCH] MOBILE-2952 quiz: Fix match question vertical align --- src/addon/qtype/match/component/match.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/addon/qtype/match/component/match.scss b/src/addon/qtype/match/component/match.scss index 89e49a50b..91f127a0c 100644 --- a/src/addon/qtype/match/component/match.scss +++ b/src/addon/qtype/match/component/match.scss @@ -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; + } + } }