Merge pull request #1910 from crazyserver/MOBILE-2952
MOBILE-2952 quiz: Fix match question vertical alignmain
commit
4feb69bea9
|
@ -7,4 +7,11 @@ ion-app.app-root addon-qtype-match {
|
||||||
bottom: 50%;
|
bottom: 50%;
|
||||||
margin-bottom: -7px;
|
margin-bottom: -7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-col.col {
|
||||||
|
align-self: center;
|
||||||
|
> p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue