Skip to content
Snippets Groups Projects
Commit 6a09679d authored by rhenck's avatar rhenck
Browse files

Remove false aligmment for cloze children

parent ab3d7fe0
No related branches found
No related tags found
No related merge requests found
...@@ -154,11 +154,6 @@ import { ClozeChildOverlay } from './cloze-child-overlay.component'; ...@@ -154,11 +154,6 @@ import { ClozeChildOverlay } from './cloze-child-overlay.component';
<aspect-compound-child-overlay <aspect-compound-child-overlay
*ngIf="ClozeElement.validChildElements | arrayIncludes:subPart.type" *ngIf="ClozeElement.validChildElements | arrayIncludes:subPart.type"
[style.display]="'inline-block'" [style.display]="'inline-block'"
[style.vertical-align]="subPart.attrs.model.type === 'drop-list' &&
subPart.attrs.model.onlyOneItem === false ||
subPart.attrs.model.type === 'toggle-button' &&
subPart.attrs.model.verticalOrientation === true ?
'middle' : 'baseline'"
[parentForm]="parentForm" [parentForm]="parentForm"
[element]="$any(subPart).attrs.model" [element]="$any(subPart).attrs.model"
[editorMode]="editorMode" [editorMode]="editorMode"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment